summaryrefslogtreecommitdiff
path: root/test/files/run/t5423.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5423.scala')
-rw-r--r--test/files/run/t5423.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5423.scala b/test/files/run/t5423.scala
index 645c8c7c1d..ed1faf0429 100644
--- a/test/files/run/t5423.scala
+++ b/test/files/run/t5423.scala
@@ -1,6 +1,6 @@
import scala.reflect.mirror._
-final class table extends StaticAnnotation
+final class table extends annotation.StaticAnnotation
@table class A
object Test extends App {