summaryrefslogtreecommitdiff
path: root/test/files/run/t5335.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5335.scala')
-rw-r--r--test/files/run/t5335.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/files/run/t5335.scala b/test/files/run/t5335.scala
index a0fe6c5822..714846de21 100644
--- a/test/files/run/t5335.scala
+++ b/test/files/run/t5335.scala
@@ -1,7 +1,8 @@
-import scala.reflect.mirror._
+import scala.reflect.runtime.universe._
+import scala.tools.reflect.Eval
object Test extends App {
reify {
println(new {def x = 2}.x)
}.eval
-}
+} \ No newline at end of file