aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t6392b.scala
blob: 4c02b09ef69e1e8259b613749b904d0dd99c7ae6 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                  
                                             


                                                      
 
import scala.reflect.runtime.universe._
import scala.reflect.runtime.{currentMirror => cm}
import scala.tools.reflect.ToolBox

object Test extends dotty.runtime.LegacyApp {
  val tb = cm.mkToolBox()
  val c = tb.parse("object C")
  println(showRaw(tb.typecheck(c), printKinds = true))
}