summaryrefslogtreecommitdiff
path: root/test/files/neg/t4158.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4158.check')
-rw-r--r--test/files/neg/t4158.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/neg/t4158.check b/test/files/neg/t4158.check
index af281c52cd..7bac6558f7 100644
--- a/test/files/neg/t4158.check
+++ b/test/files/neg/t4158.check
@@ -1,7 +1,7 @@
-t4158.scala:3: error: an expression of type Null is ineligible for implicit conversion
- var y = null: Int
- ^
t4158.scala:2: error: an expression of type Null is ineligible for implicit conversion
var x: Int = null
^
+t4158.scala:3: error: an expression of type Null is ineligible for implicit conversion
+ var y = null: Int
+ ^
two errors found