summaryrefslogtreecommitdiff
path: root/test/files/neg/t6082.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6082.scala')
-rw-r--r--test/files/neg/t6082.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/neg/t6082.scala b/test/files/neg/t6082.scala
new file mode 100644
index 0000000000..30de91a4c9
--- /dev/null
+++ b/test/files/neg/t6082.scala
@@ -0,0 +1,2 @@
+class annot(notValue: String) extends annotation.ClassfileAnnotation
+@annot("") class C \ No newline at end of file