|
1 |
| --- [E157] Reference Error: tests/neg-custom-args/fatal-warnings/i4008.scala:5:29 --------------------------------------- |
| 1 | +-- [E157] Reference Error: tests/neg-custom-args/fatal-warnings/i4008.scala:5:56 --------------------------------------- |
2 | 2 | 5 |@annotation.implicitNotFound("An implicit ShouldWarn1[${B}] is not in scope") // error
|
3 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 |
| - | Invalid reference to a type variable "B" found in the annotation argument. |
5 |
| - | The variable does not occur in the signature of ShouldWarn1. |
6 |
| --- [E157] Reference Error: tests/neg-custom-args/fatal-warnings/i4008.scala:9:29 --------------------------------------- |
| 3 | + | ^ |
| 4 | + | Invalid reference to a type variable "B" found in the annotation argument. |
| 5 | + | The variable does not occur in the signature of ShouldWarn1. |
| 6 | +-- [E157] Reference Error: tests/neg-custom-args/fatal-warnings/i4008.scala:9:56 --------------------------------------- |
7 | 7 | 9 |@annotation.implicitNotFound("An implicit ShouldWarn2[${A}] is not in scope") // error
|
8 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
9 |
| - | Invalid reference to a type variable "A" found in the annotation argument. |
10 |
| - | The variable does not occur in the signature of ShouldWarn2. |
11 |
| --- [E157] Reference Error: tests/neg-custom-args/fatal-warnings/i4008.scala:13:29 -------------------------------------- |
| 8 | + | ^ |
| 9 | + | Invalid reference to a type variable "A" found in the annotation argument. |
| 10 | + | The variable does not occur in the signature of ShouldWarn2. |
| 11 | +-- [E157] Reference Error: tests/neg-custom-args/fatal-warnings/i4008.scala:13:56 -------------------------------------- |
12 | 12 | 13 |@annotation.implicitNotFound("An implicit ShouldWarn3[${A},${B}] is not in scope") // error
|
13 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
14 |
| - | Invalid reference to a type variable "A" found in the annotation argument. |
15 |
| - | The variable does not occur in the signature of ShouldWarn3. |
16 |
| --- [E157] Reference Error: tests/neg-custom-args/fatal-warnings/i4008.scala:17:29 -------------------------------------- |
17 |
| -17 |@annotation.implicitNotFound("An implicit ShouldWarn4[${A},${B}] is not in scope") // error |
18 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
19 |
| - | Invalid reference to a type variable "A" found in the annotation argument. |
20 |
| - | The variable does not occur in the signature of ShouldWarn4. |
21 |
| --- [E157] Reference Error: tests/neg-custom-args/fatal-warnings/i4008.scala:21:29 -------------------------------------- |
| 13 | + | ^ |
| 14 | + | Invalid reference to a type variable "A" found in the annotation argument. |
| 15 | + | The variable does not occur in the signature of ShouldWarn3. |
| 16 | +-- [E157] Reference Error: tests/neg-custom-args/fatal-warnings/i4008.scala:21:61 -------------------------------------- |
22 | 17 | 21 |@annotation.implicitNotFound("An implicit ShouldWarn5[${C},${Abc}] is not in scope") // error
|
23 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
24 |
| - | Invalid reference to a type variable "Abc" found in the annotation argument. |
25 |
| - | The variable does not occur in the signature of ShouldWarn5. |
| 18 | + | ^ |
| 19 | + | Invalid reference to a type variable "Abc" found in the annotation argument. |
| 20 | + | The variable does not occur in the signature of ShouldWarn5. |
0 commit comments