An alternative to c.prefix.tree
from Scala2 reflect
#12470
Unanswered
soronpo
asked this question in
Metaprogramming
Replies: 1 comment
-
What is this used for? How is it used? What does it give? Can it break the signature guarantees? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for an equivalent to Scala 2's
c.prefix.tree
.Is there such a thing? E.g.:
Inside the macro I'll be able to retrieve the tree
new Foo(5)
(I don't want the text, but the actual tree)Beta Was this translation helpful? Give feedback.
All reactions