aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1424.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/neg/i1424.scala')
-rw-r--r--tests/neg/i1424.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/neg/i1424.scala b/tests/neg/i1424.scala
index 3586260c1..8eba32842 100644
--- a/tests/neg/i1424.scala
+++ b/tests/neg/i1424.scala
@@ -1,3 +1,3 @@
class Test {
- (x: Int) => x // error: not a legal self type clause // error: package x is not a value // error: package x is not a value
+ (x: Int) => x // error: not a legal self type clause // error: not found x
}