summaryrefslogtreecommitdiff
path: root/test/files/pos/t1942/A_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1942/A_1.scala')
-rw-r--r--test/files/pos/t1942/A_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1942/A_1.scala b/test/files/pos/t1942/A_1.scala
index 19a7575a0a..4915b54a64 100644
--- a/test/files/pos/t1942/A_1.scala
+++ b/test/files/pos/t1942/A_1.scala
@@ -3,7 +3,7 @@ class A {
def foo(x: String) = 1
}
-class ann(x: Int) extends StaticAnnotation
+class ann(x: Int) extends annotation.StaticAnnotation
class t {
val a = new A