summaryrefslogtreecommitdiff
path: root/test/files/neg/constrparams.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/constrparams.check')
-rw-r--r--test/files/neg/constrparams.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/constrparams.check b/test/files/neg/constrparams.check
index 6aef035af0..6e7ec7671e 100644
--- a/test/files/neg/constrparams.check
+++ b/test/files/neg/constrparams.check
@@ -1,5 +1,5 @@
constrparams.scala:4: type mismatch;
- found : scala.AllRef
+ found : scala.AllRef(null)
required: x.t
private val z: x.t = null; //error
^