|
1 | | --- [E057] Type Mismatch Error: tests/neg/interleaving-typeApply.scala:8:11 --------------------------------------------- |
2 | | -8 | f3[String]() // error |
3 | | - | ^ |
4 | | - | Type argument String does not conform to upper bound Int |
5 | | - | |
6 | | - | longer explanation available when compiling with `-explain` |
7 | | --- [E057] Type Mismatch Error: tests/neg/interleaving-typeApply.scala:9:16 --------------------------------------------- |
8 | | -9 | f5[Int][Unit] // error |
9 | | - | ^ |
10 | | - | Type argument Unit does not conform to upper bound String |
11 | | - | |
12 | | - | longer explanation available when compiling with `-explain` |
13 | | --- [E057] Type Mismatch Error: tests/neg/interleaving-typeApply.scala:10:19 -------------------------------------------- |
14 | | -10 | f5[String][Unit] // error // error |
| 1 | +-- [E057] Type Mismatch Error: tests/neg/interleaving-typeApply.scala:10:11 -------------------------------------------- |
| 2 | +10 | f3[String]() // error |
| 3 | + | ^ |
| 4 | + | Type argument String does not conform to upper bound Int |
| 5 | + | |
| 6 | + | longer explanation available when compiling with `-explain` |
| 7 | +-- [E057] Type Mismatch Error: tests/neg/interleaving-typeApply.scala:11:16 -------------------------------------------- |
| 8 | +11 | f5[Int][Unit] // error |
| 9 | + | ^ |
| 10 | + | Type argument Unit does not conform to upper bound String |
| 11 | + | |
| 12 | + | longer explanation available when compiling with `-explain` |
| 13 | +-- [E057] Type Mismatch Error: tests/neg/interleaving-typeApply.scala:12:19 -------------------------------------------- |
| 14 | +12 | f5[String][Unit] // error // error |
15 | 15 | | ^ |
16 | 16 | | Type argument Unit does not conform to upper bound String |
17 | 17 | | |
18 | 18 | | longer explanation available when compiling with `-explain` |
19 | | --- [E057] Type Mismatch Error: tests/neg/interleaving-typeApply.scala:10:11 -------------------------------------------- |
20 | | -10 | f5[String][Unit] // error // error |
| 19 | +-- [E057] Type Mismatch Error: tests/neg/interleaving-typeApply.scala:12:11 -------------------------------------------- |
| 20 | +12 | f5[String][Unit] // error // error |
21 | 21 | | ^ |
22 | 22 | | Type argument String does not conform to upper bound Int |
23 | 23 | | |
24 | 24 | | longer explanation available when compiling with `-explain` |
25 | | --- [E057] Type Mismatch Error: tests/neg/interleaving-typeApply.scala:11:11 -------------------------------------------- |
26 | | -11 | f7[String]()[Unit] // error |
| 25 | +-- [E057] Type Mismatch Error: tests/neg/interleaving-typeApply.scala:13:11 -------------------------------------------- |
| 26 | +13 | f7[String]()[Unit] // error |
27 | 27 | | ^ |
28 | 28 | | Type argument String does not conform to upper bound Int |
29 | 29 | | |
|
0 commit comments