aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/abstract-class-2.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/abstract-class-2.check')
-rw-r--r--tests/untried/neg/abstract-class-2.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/untried/neg/abstract-class-2.check b/tests/untried/neg/abstract-class-2.check
new file mode 100644
index 000000000..ca79dd829
--- /dev/null
+++ b/tests/untried/neg/abstract-class-2.check
@@ -0,0 +1,5 @@
+abstract-class-2.scala:11: error: object creation impossible, since method f in trait S2 of type (x: P2.this.p.S1)Int is not defined
+(Note that P.this.p.S1 does not match P2.this.S1: their prefixes (i.e. enclosing instances) differ)
+ object O2 extends S2 {
+ ^
+one error found