summaryrefslogtreecommitdiff
path: root/test/files/neg/t0209.check
blob: 4ba5fef4e93e1761d52a4606b59a3557280b245d (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