aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t7359/Test_2.scala
blob: c8e5788d58624caa7fe17b6a903d0a667a66c78f (plain) (tree)
1
2
3
4
5
6

                                       
                                             


                        
import scala.reflect.runtime.universe._

object Test extends dotty.runtime.LegacyApp {
  typeOf[Cyclic].members
  println("ok")
}