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.
1 parent 91acc5b commit d73ac19Copy full SHA for d73ac19
tests/neg-macros/i6530.scala
@@ -1,4 +1,4 @@
1
object Macros {
2
inline def q : Int = ${ '[ Int ] } // error
3
- val x : Int = 1 + q // error
+ val x : Int = 1 + q
4
}
0 commit comments