summaryrefslogtreecommitdiff
path: root/test/neg/constrparams.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/constrparams.check')
-rw-r--r--test/neg/constrparams.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/neg/constrparams.check b/test/neg/constrparams.check
index a9b7c39573..6aef035af0 100644
--- a/test/neg/constrparams.check
+++ b/test/neg/constrparams.check
@@ -3,7 +3,7 @@ constrparams.scala:4: type mismatch;
required: x.t
private val z: x.t = null; //error
^
-constrparams.scala:1: type x.type escapes its defining scope as part of scala.Object { type t, val y$: x.type, def y: x.type, val z$: x.t, def z: x.t }
+constrparams.scala:1: type x.type escapes its defining scope as part of java.lang.Object with scala.ScalaObject { type t, val y$: x.type, def y: x.type, val z$: x.t, def z: x.t }
abstract class C(x: C) {
^
two errors found