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.scala15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/files/neg/t6558.scala b/test/files/neg/t6558.scala
index bdc441698f..b4304ff686 100644
--- a/test/files/neg/t6558.scala
+++ b/test/files/neg/t6558.scala
@@ -1,21 +1,6 @@
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
- ()
- }
-
@classs
class C