|
1 | | --- Error: tests/neg/i4812.scala:8:11 ----------------------------------------------------------------------------------- |
| 1 | +-- [E092] Pattern Match Error: tests/neg/i4812.scala:8:11 -------------------------------------------------------------- |
2 | 2 | 8 | case prev: A => // error: the type test for A cannot be checked at runtime |
3 | 3 | | ^ |
4 | 4 | | the type test for A cannot be checked at runtime because it's a local class |
5 | | --- Error: tests/neg/i4812.scala:18:11 ---------------------------------------------------------------------------------- |
| 5 | + | |
| 6 | + | longer explanation available when compiling with `-explain` |
| 7 | +-- [E092] Pattern Match Error: tests/neg/i4812.scala:18:11 ------------------------------------------------------------- |
6 | 8 | 18 | case prev: A => // error: the type test for A cannot be checked at runtime |
7 | 9 | | ^ |
8 | 10 | | the type test for A cannot be checked at runtime because it's a local class |
9 | | --- Error: tests/neg/i4812.scala:28:11 ---------------------------------------------------------------------------------- |
| 11 | + | |
| 12 | + | longer explanation available when compiling with `-explain` |
| 13 | +-- [E092] Pattern Match Error: tests/neg/i4812.scala:28:11 ------------------------------------------------------------- |
10 | 14 | 28 | case prev: A => // error: the type test for A cannot be checked at runtime |
11 | 15 | | ^ |
12 | 16 | | the type test for A cannot be checked at runtime because it's a local class |
13 | | --- Error: tests/neg/i4812.scala:38:11 ---------------------------------------------------------------------------------- |
| 17 | + | |
| 18 | + | longer explanation available when compiling with `-explain` |
| 19 | +-- [E092] Pattern Match Error: tests/neg/i4812.scala:38:11 ------------------------------------------------------------- |
14 | 20 | 38 | case prev: A => // error: the type test for A cannot be checked at runtime |
15 | 21 | | ^ |
16 | 22 | | the type test for A cannot be checked at runtime because it's a local class |
17 | | --- Error: tests/neg/i4812.scala:50:13 ---------------------------------------------------------------------------------- |
| 23 | + | |
| 24 | + | longer explanation available when compiling with `-explain` |
| 25 | +-- [E092] Pattern Match Error: tests/neg/i4812.scala:50:13 ------------------------------------------------------------- |
18 | 26 | 50 | case prev: A => // error: the type test for A cannot be checked at runtime |
19 | 27 | | ^ |
20 | 28 | | the type test for A cannot be checked at runtime because it's a local class |
21 | | --- Error: tests/neg/i4812.scala:60:11 ---------------------------------------------------------------------------------- |
| 29 | + | |
| 30 | + | longer explanation available when compiling with `-explain` |
| 31 | +-- [E092] Pattern Match Error: tests/neg/i4812.scala:60:11 ------------------------------------------------------------- |
22 | 32 | 60 | case prev: A => // error: the type test for A cannot be checked at runtime |
23 | 33 | | ^ |
24 | 34 | | the type test for A cannot be checked at runtime because it's a local class |
25 | | --- Error: tests/neg/i4812.scala:96:11 ---------------------------------------------------------------------------------- |
| 35 | + | |
| 36 | + | longer explanation available when compiling with `-explain` |
| 37 | +-- [E092] Pattern Match Error: tests/neg/i4812.scala:96:11 ------------------------------------------------------------- |
26 | 38 | 96 | case x: B => // error: the type test for B cannot be checked at runtime |
27 | 39 | | ^ |
28 | 40 | | the type test for B cannot be checked at runtime because it's a local class |
| 41 | + | |
| 42 | + | longer explanation available when compiling with `-explain` |
0 commit comments