-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing import term #12965
Comments
That tree for the class seems to be synthesized. This should be run with |
Yes, you're right, it works this way, thank you. |
Yes, for now you will have to use |
Ok I see, hope it will be fixed soon. thanks for the answer! |
Compiler version
3.0.1-RC2
Minimized code
Main.scala
Macros.scala
Output
Expectation
classSymbol.tree
does not contain anyImport
term, but as far as I understand it should.Based on output of
which is
I would expect output:
The text was updated successfully, but these errors were encountered: