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.check9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/neg/constrparams.check b/test/neg/constrparams.check
deleted file mode 100644
index 6aef035af0..0000000000
--- a/test/neg/constrparams.check
+++ /dev/null
@@ -1,9 +0,0 @@
-constrparams.scala:4: type mismatch;
- found : scala.AllRef
- required: x.t
- private val z: x.t = null; //error
- ^
-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