summaryrefslogtreecommitdiff
path: root/test/files/run/t5224.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5224.scala')
-rw-r--r--test/files/run/t5224.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5224.scala b/test/files/run/t5224.scala
index 93b244e03e..cf65f16457 100644
--- a/test/files/run/t5224.scala
+++ b/test/files/run/t5224.scala
@@ -1,6 +1,6 @@
import scala.reflect.mirror._
-class Foo(bar: String) extends ClassfileAnnotation
+class Foo(bar: String) extends annotation.ClassfileAnnotation
object Test extends App {
val tree = reify{@Foo(bar = "qwe") class C}.tree