Skip to content

Commit 9206739

Browse files
committed
update for #19677
1 parent 705f9d2 commit 9206739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/pos-macros/i20353/Macro_1.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end ImplicitValue
1616

1717
@experimental
1818
class Test extends MacroAnnotation:
19-
def transform(using Quotes)(tree: quotes.reflect.Definition) =
19+
def transform(using Quotes)(definition: quotes.reflect.Definition, companion: Option[quotes.reflect.Definition]) =
2020
import quotes.reflect.*
2121
Implicits.search(TypeRepr.of[ImplicitValue])
22-
List(tree)
22+
List(definition)

0 commit comments

Comments
 (0)