Skip to content

Commit e345c52

Browse files
committed
Wip
1 parent c14703d commit e345c52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/pos/quoted-var.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import scala.quoted._
22

3+
class Var[T]
4+
35
object Var {
46
def apply[T: Type, U: Type](init: Expr[T])(body: Var[T] => Expr[U])(using qctx: QuoteContext): Expr[U] = '{
57
var x = $init

0 commit comments

Comments
 (0)