summaryrefslogtreecommitdiff
path: root/test/files/neg/bug85.check
blob: 2e48792d5aa8fefe64ecdcde585dcb3b6f6e1fc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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