summaryrefslogtreecommitdiff
path: root/test/files/neg/t0764.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0764.check')
-rw-r--r--test/files/neg/t0764.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t0764.check b/test/files/neg/t0764.check
new file mode 100644
index 0000000000..b622f17c5e
--- /dev/null
+++ b/test/files/neg/t0764.check
@@ -0,0 +1,6 @@
+t0764.scala:13: error: type mismatch;
+ found : java.lang.Object with Node{type T = _1.type} where val _1: Main.this.AType
+ required: Node{type T = Main.this.AType}
+ new Main[AType]( (value: AType).prepend )
+ ^
+one error found