summaryrefslogblamecommitdiff
path: root/test/files/run/t5335.scala
blob: a0fe6c5822290294f704000d6ed0a43b2e99134d (plain) (tree)
1
2
3
4
5
6
7
                             

                         
         
                              
        
 
import scala.reflect.mirror._

object Test extends App {
  reify {
    println(new {def x = 2}.x)
  }.eval
}