summaryrefslogtreecommitdiff
path: root/test/files/neg/bug412.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug412.check')
-rw-r--r--test/files/neg/bug412.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug412.check b/test/files/neg/bug412.check
index 6caf74fb3d..8d1f487f42 100644
--- a/test/files/neg/bug412.check
+++ b/test/files/neg/bug412.check
@@ -1,5 +1,5 @@
bug412.scala:9 error: type mismatch;
- found : scala.AllRef(null)
+ found : scala.Null(null)
required: A.this.CX with A.this.C2
val c: CX with C2 = null;
^