summaryrefslogtreecommitdiff
path: root/test/files/neg/t3240.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3240.check')
-rw-r--r--test/files/neg/t3240.check5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/files/neg/t3240.check b/test/files/neg/t3240.check
index 7ebabd5fcd..efae682c66 100644
--- a/test/files/neg/t3240.check
+++ b/test/files/neg/t3240.check
@@ -1,7 +1,4 @@
t3240.scala:3: error: only classes can have declared but undefined members
type t
^
-t3240.scala:5: error: type arguments [this.t] do not conform to method asInstanceOf's type parameter bounds [T0]
- a.getOrElse(defVal).asInstanceOf[t]
- ^
-two errors found
+one error found