summaryrefslogtreecommitdiff
path: root/test/files/run/t5419.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5419.scala')
-rw-r--r--test/files/run/t5419.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5419.scala b/test/files/run/t5419.scala
index d65d8f38c8..5f11f5056c 100644
--- a/test/files/run/t5419.scala
+++ b/test/files/run/t5419.scala
@@ -1,6 +1,6 @@
import scala.reflect.mirror._
-class Foo extends StaticAnnotation
+class Foo extends annotation.StaticAnnotation
object Test extends App {
val tree = reify{(5: @Foo).asInstanceOf[Int]}.tree