summaryrefslogtreecommitdiff
path: root/test/files/neg/t5572.check
blob: 3c9adf41cdc0918ce6b56e012962a729b5d05b49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
t5572.scala:16: error: type mismatch;
 found   : B
 required: A
    Z.transf(a, b) match {
             ^
t5572.scala:16: error: type mismatch;
 found   : A
 required: B
    Z.transf(a, b) match {
                ^
t5572.scala:18: error: type mismatch;
 found   : A
 required: B
        run(sth, b)
                 ^
three errors found