|
1 | 1 |
|
2 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:18:6 --------------------------------------------------------- |
3 |
| -17 | @error |
4 |
| -18 | val vMember: Int = 1 // error |
| 2 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:17:6 --------------------------------------------------------- |
| 3 | +16 |@error |
| 4 | +17 |class cGlobal // error |
| 5 | + |^ |
| 6 | + |MACRO ERROR |
| 7 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:20:7 --------------------------------------------------------- |
| 8 | +19 |@error |
| 9 | +20 |object oGlobal // error |
| 10 | + |^ |
| 11 | + |MACRO ERROR |
| 12 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:24:6 --------------------------------------------------------- |
| 13 | +23 | @error |
| 14 | +24 | val vMember: Int = 1 // error |
5 | 15 | | ^
|
6 | 16 | | MACRO ERROR
|
7 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:20:11 -------------------------------------------------------- |
8 |
| -19 | @error |
9 |
| -20 | lazy val lvMember: Int = 1 // error |
| 17 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:26:11 -------------------------------------------------------- |
| 18 | +25 | @error |
| 19 | +26 | lazy val lvMember: Int = 1 // error |
10 | 20 | | ^
|
11 | 21 | | MACRO ERROR
|
12 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:22:6 --------------------------------------------------------- |
13 |
| -21 | @error |
14 |
| -22 | def dMember: Int = 1 // error |
| 22 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:28:6 --------------------------------------------------------- |
| 23 | +27 | @error |
| 24 | +28 | def dMember: Int = 1 // error |
15 | 25 | | ^
|
16 | 26 | | MACRO ERROR
|
17 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:24:8 --------------------------------------------------------- |
18 |
| -23 | @error |
19 |
| -24 | given gMember: Int = 1 // error |
| 27 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:30:8 --------------------------------------------------------- |
| 28 | +29 | @error |
| 29 | +30 | given gMember: Int = 1 // error |
20 | 30 | | ^
|
21 | 31 | | MACRO ERROR
|
22 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:26:8 --------------------------------------------------------- |
23 |
| -25 | @error |
24 |
| -26 | given gMember2: Num[Int] with // error: object not supported (TODO support) |
| 32 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:32:8 --------------------------------------------------------- |
| 33 | +31 | @error |
| 34 | +32 | given gMember2: Num[Int] with // error |
| 35 | + | ^ |
| 36 | + | MACRO ERROR |
| 37 | +33 | def zero = 0 |
| 38 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:35:8 --------------------------------------------------------- |
| 39 | +34 | @error |
| 40 | +35 | given gMember3(using DummyImplicit): Num[Int] with // error |
| 41 | + | ^ |
| 42 | + | MACRO ERROR |
| 43 | +36 | def zero = 0 |
| 44 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:39:8 --------------------------------------------------------- |
| 45 | +38 | @error |
| 46 | +39 | class cMember // error |
25 | 47 | | ^
|
26 |
| - | macro annotations are not supported on object |
27 |
| -27 | def zero = 0 |
28 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:29:8 --------------------------------------------------------- |
29 |
| -28 | @error |
30 |
| -29 | given gMember3(using DummyImplicit): Num[Int] with // error: class not supported (TODO support) |
| 48 | + | MACRO ERROR |
| 49 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:42:9 --------------------------------------------------------- |
| 50 | +41 | @error |
| 51 | +42 | object oMember // error |
31 | 52 | | ^
|
32 |
| - | macro annotations are not supported on class |
33 |
| -30 | def zero = 0 |
34 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:34:8 --------------------------------------------------------- |
35 |
| -33 | @error |
36 |
| -34 | val vLocal: Int = 1 // error |
| 53 | + | MACRO ERROR |
| 54 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:46:8 --------------------------------------------------------- |
| 55 | +45 | @error |
| 56 | +46 | val vLocal: Int = 1 // error |
37 | 57 | | ^
|
38 | 58 | | MACRO ERROR
|
39 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:36:13 -------------------------------------------------------- |
40 |
| -35 | @error |
41 |
| -36 | lazy val lvLocal: Int = 1 // error |
| 59 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:48:13 -------------------------------------------------------- |
| 60 | +47 | @error |
| 61 | +48 | lazy val lvLocal: Int = 1 // error |
42 | 62 | | ^
|
43 | 63 | | MACRO ERROR
|
44 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:38:8 --------------------------------------------------------- |
45 |
| -37 | @error |
46 |
| -38 | def dLocal: Int = 1 // error |
| 64 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:50:8 --------------------------------------------------------- |
| 65 | +49 | @error |
| 66 | +50 | def dLocal: Int = 1 // error |
47 | 67 | | ^
|
48 | 68 | | MACRO ERROR
|
49 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:40:10 -------------------------------------------------------- |
50 |
| -39 | @error |
51 |
| -40 | given gLocal: Int = 1 // error |
| 69 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:52:10 -------------------------------------------------------- |
| 70 | +51 | @error |
| 71 | +52 | given gLocal: Int = 1 // error |
52 | 72 | | ^
|
53 | 73 | | MACRO ERROR
|
54 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:42:10 -------------------------------------------------------- |
55 |
| -41 | @error |
56 |
| -42 | given gLocal2: Num[Int] with // error: object not supported (TODO support) |
| 74 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:54:10 -------------------------------------------------------- |
| 75 | +53 | @error |
| 76 | +54 | given gLocal2: Num[Int] with // error |
57 | 77 | | ^
|
58 |
| - | macro annotations are not supported on object |
59 |
| -43 | def zero = 0 |
60 |
| --- Error: tests/neg-macros/annot-error-annot/Test_2.scala:45:10 -------------------------------------------------------- |
61 |
| -44 | @error |
62 |
| -45 | given gLocal3(using DummyImplicit): Num[Int] with // error: class not supported (TODO support) |
| 78 | + | MACRO ERROR |
| 79 | +55 | def zero = 0 |
| 80 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:57:10 -------------------------------------------------------- |
| 81 | +56 | @error |
| 82 | +57 | given gLocal3(using DummyImplicit): Num[Int] with // error |
63 | 83 | | ^
|
64 |
| - | macro annotations are not supported on class |
65 |
| -46 | def zero = 0 |
| 84 | + | MACRO ERROR |
| 85 | +58 | def zero = 0 |
| 86 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:61:10 -------------------------------------------------------- |
| 87 | +60 | @error |
| 88 | +61 | class cLocal // error |
| 89 | + | ^ |
| 90 | + | MACRO ERROR |
| 91 | +-- Error: tests/neg-macros/annot-error-annot/Test_2.scala:63:11 -------------------------------------------------------- |
| 92 | +62 | @error |
| 93 | +63 | object oLocal // error |
| 94 | + | ^ |
| 95 | + | MACRO ERROR |
66 | 96 | -- Error: tests/neg-macros/annot-error-annot/Test_2.scala:2:4 ----------------------------------------------------------
|
67 | 97 | 1 |@error
|
68 | 98 | 2 |val vGlobal: Int = 1 // error
|
|
85 | 115 | |MACRO ERROR
|
86 | 116 | -- Error: tests/neg-macros/annot-error-annot/Test_2.scala:10:6 ---------------------------------------------------------
|
87 | 117 | 9 |@error
|
88 |
| -10 |given gGlobal2: Num[Int] with // error: object not supported (TODO support) |
| 118 | +10 |given gGlobal2: Num[Int] with // error |
89 | 119 | |^
|
90 |
| - |macro annotations are not supported on object |
| 120 | + |MACRO ERROR |
91 | 121 | 11 | def zero = 0
|
92 | 122 | -- Error: tests/neg-macros/annot-error-annot/Test_2.scala:13:6 ---------------------------------------------------------
|
93 | 123 | 12 |@error
|
94 |
| -13 |given gGlobal3(using DummyImplicit): Num[Int] with // error: class not supported (TODO support) |
| 124 | +13 |given gGlobal3(using DummyImplicit): Num[Int] with // error |
95 | 125 | |^
|
96 |
| - |macro annotations are not supported on class |
| 126 | + |MACRO ERROR |
97 | 127 | 14 | def zero = 0
|
0 commit comments