summaryrefslogtreecommitdiff
path: root/test/files/neg/t0209.check
blob: 1904e58e7ae34cd83ba5b2bb87ad0c972e723669 (plain) (blame)
1
2
3
4
5
6
t0209.scala:15: error: type mismatch;
 found   : C
 required: _1.type where val _1: A
    (new B: A).f(new C)
                 ^
one error found