legacy-svn-scala/test/files/neg/bug85.check

12 lines
257 B
Plaintext

bug85.scala:6 error: type mismatch;
found : A.this.C
required: A.this.B#C
val b: B = new B(new C());
^
bug85.scala:7 error: type mismatch;
found : A.this.b.C
required: A.this.C
val c: C = b.c;
^
two errors found