Skip to content

Commit

Permalink
update for #19677
Browse files Browse the repository at this point in the history
  • Loading branch information
pweisenburger committed May 10, 2024
1 parent 402907f commit 9c14610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pos-macros/i20353/Macro_1.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end ImplicitValue

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

0 comments on commit 9c14610

Please sign in to comment.