summaryrefslogtreecommitdiff
path: root/test/files/neg/t6558.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6558.scala')
-rw-r--r--test/files/neg/t6558.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/neg/t6558.scala b/test/files/neg/t6558.scala
index cedd587c84..bdc441698f 100644
--- a/test/files/neg/t6558.scala
+++ b/test/files/neg/t6558.scala
@@ -2,12 +2,15 @@ class AnnotNotFound {
def foo(a: Any) = ()
foo {
+ // Not yet issued in the context of this file, see SI-6758
+ // This error is issued in t6558b.scala
@inargument
def foo = 0
foo
}
() => {
+ // As per above
@infunction
def foo = 0
()