summaryrefslogtreecommitdiff
path: root/test/files/neg/t7757a.check
diff options
context:
space:
mode:
authorDen Shabalin <den.shabalin@gmail.com>2013-08-16 13:41:46 +0200
committerDen Shabalin <den.shabalin@gmail.com>2013-08-16 14:04:04 +0200
commita721df7e030b2ba69e7a51d4821bc3622e4c6774 (patch)
tree2b97337e672f4a111df122b5e9ca6c7bde03d55d /test/files/neg/t7757a.check
parent213116631aa2e338e09b6f6de93f8e9ef216ce14 (diff)
downloadscala-a721df7e030b2ba69e7a51d4821bc3622e4c6774.tar.gz
scala-a721df7e030b2ba69e7a51d4821bc3622e4c6774.tar.bz2
scala-a721df7e030b2ba69e7a51d4821bc3622e4c6774.zip
SI-7757 add additional test case with annotation on the next line
Diffstat (limited to 'test/files/neg/t7757a.check')
-rw-r--r--test/files/neg/t7757a.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t7757a.check b/test/files/neg/t7757a.check
new file mode 100644
index 0000000000..de24e23004
--- /dev/null
+++ b/test/files/neg/t7757a.check
@@ -0,0 +1,4 @@
+t7757a.scala:1: error: ';' expected but '@' found.
+trait Foo @annot
+ ^
+one error found