Closed
Description
ScalaTest depends on runtime reflection in several places:
- ObjectMeta is used to better diff two values
- Used in Framework.scala to get instance of object
The question is: should tasty reflection provide similar support at run-time? What is the story for cross-platform support?