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

                         
         
                            
        
 
import scala.reflect.mirror._

object Test extends App {
  reify {
    println(new Integer(10))
  }.eval
}