File tree 6 files changed +5
-5
lines changed
6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- -- Error: tests/neg/i19531 /A.scala:3:35 --------------------------------------------------------------------------------
1
+ -- Error: tests/neg/i19351 /A.scala:3:35 --------------------------------------------------------------------------------
2
2
3 | inline def myMacro(): x.type = ${myMacroExpr} // error
3
3
| ^
4
- |Cyclic macro dependency; macro refers to a toplevel symbol in tests/neg/i19531 /A.scala from which the macro is called
4
+ |Cyclic macro dependency; macro refers to a toplevel symbol in tests/neg/i19351 /A.scala from which the macro is called
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
- -- Error: tests/neg/i19531a /Test.scala:8:34 ----------------------------------------------------------------------------
1
+ -- Error: tests/neg/i19351a /Test.scala:8:34 ----------------------------------------------------------------------------
2
2
8 |inline def not(b: Bool): Bool = ${notMacro('b)} // error // error
3
3
| ^
4
- |Cyclic macro dependency; macro refers to a toplevel symbol in tests/neg/i19531a /Test.scala from which the macro is called
5
- -- [E046] Cyclic Error: tests/neg/i19531a /Test.scala:8:46 --------------------------------------------------------------
4
+ |Cyclic macro dependency; macro refers to a toplevel symbol in tests/neg/i19351a /Test.scala from which the macro is called
5
+ -- [E046] Cyclic Error: tests/neg/i19351a /Test.scala:8:46 --------------------------------------------------------------
6
6
8 |inline def not(b: Bool): Bool = ${notMacro('b)} // error // error
7
7
| ^
8
8
| Cyclic reference involving method $anonfun
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments