File tree 1 file changed +2
-2
lines changed
tests/run-custom-args/run-macros-erased/macro-erased
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ object Macro {
13
13
def case1 (erased i : Expr [Int ])(using Quotes ): Expr [Int ] = ' { 0 }
14
14
def case2 (i : Int )(erased j : Expr [Int ])(using Quotes ): Expr [Int ] = ' { 0 }
15
15
def case3 (erased i : Expr [Int ]) (j : Int )(using Quotes ): Expr [Int ] = ' { 0 }
16
- def case4 (h : Int )(erased i : Expr [Int ], j : Expr [Int ])(using Quotes ): Expr [Int ] = ' { 0 }
17
- def case5 (erased i : Expr [Int ], j : Expr [Int ]) (h : Int )(using Quotes ): Expr [Int ] = ' { 0 }
16
+ def case4 (h : Int )(erased i : Expr [Int ], erased j : Expr [Int ])(using Quotes ): Expr [Int ] = ' { 0 }
17
+ def case5 (erased i : Expr [Int ], erased j : Expr [Int ]) (h : Int )(using Quotes ): Expr [Int ] = ' { 0 }
18
18
def case6 (h : Int )(erased i : Expr [Int ])(erased j : Expr [Int ])(using Quotes ): Expr [Int ] = ' { 0 }
19
19
def case7 (erased i : Expr [Int ]) (h : Int )(erased j : Expr [Int ])(using Quotes ): Expr [Int ] = ' { 0 }
20
20
def case8 (erased i : Expr [Int ])(erased j : Expr [Int ]) (h : Int )(using Quotes ): Expr [Int ] = ' { 0 }
You can’t perform that action at this time.
0 commit comments