ScalaTest depends on runtime reflection in several places: - [ObjectMeta](https://github.com/scalatest/scalatest/blob/3.1.x/scalactic/src/main/scala/org/scalactic/source/ObjectMeta.scala) is used to better diff two values - Used in [Framework.scala](https://github.com/scalatest/scalatest/blob/3.1.x/scalatest/src/main/scala/org/scalatest/tools/Framework.scala#L1006-L1012) 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?