We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 951a726 + 447be41 commit 356dbb3Copy full SHA for 356dbb3
tests/neg-macros/GenericNumLits/Even_1.scala
@@ -17,7 +17,7 @@ object Even {
17
}
18
19
given EvenFromDigits with {
20
- override inline def fromDigits(digits: String) = ${
+ override transparent inline def fromDigits(digits: String) = ${
21
EvenFromDigitsImpl('digits)
22
23
0 commit comments