summaryrefslogtreecommitdiff
path: root/test/files/pos/t5223.scala
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2012-06-08 09:00:12 -0700
committerAdriaan Moors <adriaan.moors@epfl.ch>2012-06-08 09:00:12 -0700
commitf42f76b4c6484521c70493207bf92732200e0411 (patch)
tree8e3123bb11d564e10c5e2837e43f828f1a9d13d6 /test/files/pos/t5223.scala
parent1fac5bcbbcb9bbfc5953c29574f3952b97945921 (diff)
parentbe3d06b33284b133e783ce6ed6e8206f4646319c (diff)
downloadscala-f42f76b4c6484521c70493207bf92732200e0411.tar.gz
scala-f42f76b4c6484521c70493207bf92732200e0411.tar.bz2
scala-f42f76b4c6484521c70493207bf92732200e0411.zip
Merge pull request #684 from scalamacros/pullrequest/reflection
The new reflection
Diffstat (limited to 'test/files/pos/t5223.scala')
-rw-r--r--test/files/pos/t5223.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t5223.scala b/test/files/pos/t5223.scala
index 398630dc61..0b2528e367 100644
--- a/test/files/pos/t5223.scala
+++ b/test/files/pos/t5223.scala
@@ -1,6 +1,6 @@
-import scala.reflect.mirror._
+import scala.reflect.runtime.universe._
object Foo extends App {
reify{def printf(format: String, args: Any*): String = null }
reify{def printf(format: String, args: Any*): String = ("abc": @cloneable)}
-}
+} \ No newline at end of file