Skip to content

Commit 782f57a

Browse files
author
Aggelos Biboudis
authored
Update quote-lambda.scala
1 parent 0e8f855 commit 782f57a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/run-with-compiler/quote-lambda.scala

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

33
object Test {
4-
// def compile(env: Expr[Int]): Expr[Int] = '(3)
5-
6-
74
def main(args: Array[String]): Unit = {
85
'{ (x: Int) => ~('(x)) }
96
}

0 commit comments

Comments
 (0)