Skip to content

Commit e35abf6

Browse files
Remove extra bar
1 parent 9c5383c commit e35abf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run/i4455/Macro_1.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import scala.quoted._
22
object Macros {
33
inline def foo(inline i: Int): Int = ~bar('(i))
4-
def bar(x: Expr[Int]): Expr[Int] = x
54

65
inline def foo2(inline i: Int): Int = ~bar('(i + 1))
7-
def bar2(x: Expr[Int]): Expr[Int] = x
6+
7+
def bar(x: Expr[Int]): Expr[Int] = x
88
}

0 commit comments

Comments
 (0)