summaryrefslogtreecommitdiff
path: root/test/neg/S4.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/S4.check')
-rw-r--r--test/neg/S4.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/neg/S4.check b/test/neg/S4.check
index 49f79ba97a..1297b6d18c 100644
--- a/test/neg/S4.check
+++ b/test/neg/S4.check
@@ -1,4 +1,4 @@
-S4.scala:4: stable identifier required, but a found.
+S4.scala:4: type a.type escapes its defining scope as part of a.Inner { def foo(a.Inner): a.Inner, val b$: Other, def b: Other }
class S4(a: Other) extends a.Inner() {
- ^
+ ^
one error found