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.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/neg/S4.check b/test/neg/S4.check
index 1297b6d18c..c8de54cd39 100644
--- a/test/neg/S4.check
+++ b/test/neg/S4.check
@@ -1,4 +1,4 @@
-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 }
+S4.scala:4: type a.type escapes its defining scope as part of a.Inner with scala.ScalaObject { def foo(a.Inner): a.Inner, val b$: Other, def b: Other }
class S4(a: Other) extends a.Inner() {
^
one error found