summaryrefslogtreecommitdiff
path: root/test/files/neg/S4.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/S4.check')
-rw-r--r--test/files/neg/S4.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/neg/S4.check b/test/files/neg/S4.check
index 7fd616488b..49f79ba97a 100644
--- a/test/files/neg/S4.check
+++ b/test/files/neg/S4.check
@@ -1,4 +1,4 @@
-S4.scala:5: stable identifier required, but a found.
- def foo(x: a.Inner) = x;
- ^
+S4.scala:4: stable identifier required, but a found.
+class S4(a: Other) extends a.Inner() {
+ ^
one error found