Skip to content

Commit c431f65

Browse files
pweisenburgertgodzik
authored andcommitted
update for scala#19677
[Cherry-picked 9c14610]
1 parent 2e08d90 commit c431f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pos-macros/i20353/Macro_1.scala

Lines changed: 2 additions & 2 deletions
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)