summaryrefslogtreecommitdiff
path: root/test/files/neg/t3453.check
blob: 2472e8b212a968ef90c070549a7c690e59b646e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
t3453.scala:18: error: type mismatch;
 found   : A
 required: B
        new A
            ^
t3453.scala:36: error: type mismatch;
 found   : A
 required: B
        new A
            ^
t3453.scala:50: error: type mismatch;
 found   : A
 required: B
        new A
            ^
t3453.scala:64: error: type mismatch;
 found   : A
 required: B
        new A
            ^
four errors found