summaryrefslogtreecommitdiff
path: root/test/files/neg/unit2anyref.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/unit2anyref.check')
-rw-r--r--test/files/neg/unit2anyref.check2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/neg/unit2anyref.check b/test/files/neg/unit2anyref.check
index 10fe1861f5..6d11461700 100644
--- a/test/files/neg/unit2anyref.check
+++ b/test/files/neg/unit2anyref.check
@@ -1,8 +1,6 @@
unit2anyref.scala:2: error: type mismatch;
found : Unit
required: AnyRef
-Note: Unit is not implicitly converted to AnyRef. You can safely
-pattern match `x: AnyRef` or cast `x.asInstanceOf[AnyRef]` to do so.
val x: AnyRef = () // this should not succeed.
^
one error found