Skip to content

Commit d7cfa97

Browse files
committed
fix more tests
1 parent 1c7dfe5 commit d7cfa97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/pos-macros/i8302.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import scala.quoted._
22
def foo[T](using Quotes, Type[T]): Expr[Any] =
3-
'{ (using q: Quotes) =>
3+
'{ (q: Quotes) ?=>
44
type TT = T
55
val t = Type.of[TT]
66
???
77
}
8-

0 commit comments

Comments
 (0)