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 1c7dfe5 commit d7cfa97Copy full SHA for d7cfa97
tests/pos-macros/i8302.scala
@@ -1,8 +1,7 @@
1
import scala.quoted._
2
def foo[T](using Quotes, Type[T]): Expr[Any] =
3
- '{ (using q: Quotes) =>
+ '{ (q: Quotes) ?=>
4
type TT = T
5
val t = Type.of[TT]
6
???
7
}
8
-
0 commit comments