Call a method from super class in a macro #12966
Unanswered
mbore
asked this question in
Metaprogramming
Replies: 1 comment 1 reply
-
Maybe we should report a bug on this? Using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a way to call a method defined in an extended trait from a macro. My first attempt was to use
Ref(<symbol>)
e.g.Main.scala
Macros.scala
but It fails with
Is it a bug or should I just do it in another way?
Beta Was this translation helpful? Give feedback.
All reactions