We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
transparent
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
transparent modifier must be kept after desugaring. Currently, it is impossible to know if a definition is transparent or not after it is typed.
This is a blocker for #8850 and #7825. We should also have it in TASTy for tools to access this information.
The text was updated successfully, but these errors were encountered:
Fix scala#8856: Keep transparent flag
6b2ef64
Successfully merging a pull request may close this issue.
transparent
modifier must be kept after desugaring. Currently, it is impossible to know if a definition is transparent or not after it is typed.This is a blocker for #8850 and #7825. We should also have it in TASTy for tools to access this information.
The text was updated successfully, but these errors were encountered: