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 9c5383c commit e35abf6Copy full SHA for e35abf6
tests/run/i4455/Macro_1.scala
@@ -1,8 +1,8 @@
1
import scala.quoted._
2
object Macros {
3
inline def foo(inline i: Int): Int = ~bar('(i))
4
- def bar(x: Expr[Int]): Expr[Int] = x
5
6
inline def foo2(inline i: Int): Int = ~bar('(i + 1))
7
- def bar2(x: Expr[Int]): Expr[Int] = x
+
+ def bar(x: Expr[Int]): Expr[Int] = x
8
}
0 commit comments