aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t6240a/StepTwo.scala
blob: d2232c3f7e438d59200fbd788d4170a2346ff44a (plain) (tree)
1
2
3
4
5
6
7


                              
                                                

                                         
 
import java.io.File
import java.net.URLClassLoader

object StepTwo extends dotty.runtime.LegacyApp {
  import scala.reflect.runtime.universe._
  println(typeOf[StepTwo.type])
}