summaryrefslogtreecommitdiff
path: root/test/files/pos/t3800.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3800.scala')
-rw-r--r--test/files/pos/t3800.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t3800.scala b/test/files/pos/t3800.scala
index 796eb268c5..61dbeafff3 100644
--- a/test/files/pos/t3800.scala
+++ b/test/files/pos/t3800.scala
@@ -1,4 +1,4 @@
-class meh extends StaticAnnotation
+class meh extends annotation.StaticAnnotation
class ALike[C]
abstract class AFactory[CC[x] <: ALike[CC[x]]] {