summaryrefslogtreecommitdiff
path: root/test/files/neg/abstract-explaintypes.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/abstract-explaintypes.check')
-rw-r--r--test/files/neg/abstract-explaintypes.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/neg/abstract-explaintypes.check b/test/files/neg/abstract-explaintypes.check
new file mode 100644
index 0000000000..59c1ad2378
--- /dev/null
+++ b/test/files/neg/abstract-explaintypes.check
@@ -0,0 +1,11 @@
+abstract-explaintypes.scala:6: error: type mismatch;
+ found : A
+ required: A.this.T
+ def foo2: T = bar().baz();
+ ^
+abstract-explaintypes.scala:9: error: type mismatch;
+ found : A
+ required: A.this.T
+ def foo5: T = baz().baz();
+ ^
+two errors found