summaryrefslogtreecommitdiff
path: root/test/files/neg/t729.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t729.check')
-rw-r--r--test/files/neg/t729.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t729.check b/test/files/neg/t729.check
new file mode 100644
index 0000000000..fb858dc09a
--- /dev/null
+++ b/test/files/neg/t729.check
@@ -0,0 +1,6 @@
+t729.scala:20: error: type mismatch;
+ found : ScalaParserAutoEdit.this.NodeImpl(in trait Parser)
+ required: ScalaParserAutoEdit.this.NodeImpl(in trait ScalaParserAutoEdit)
+ val yyy : NodeImpl = link.from;
+ ^
+one error found