We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uniqueId
Inlined
call
PostTyper
The idea is to only keep the source in each tree in a clean way.
Tree
Block
The text was updated successfully, but these errors were encountered:
odersky
nicolasstucki
No branches or pull requests
Current state
uniqueId
. This encoding is fragile and may have caused some issues (see dotc: Error: requirement failed: array index too large, maximum is 2^30 - 1 #9738).Inlined
treecall
PostTyper
we encode a reference to the top-level class of the inlined code incall
. This contains a symbol from which we get the source.Improvements
The idea is to only keep the source in each tree in a clean way.
Tree
PostTyper
Inlined
asBlock
sThe text was updated successfully, but these errors were encountered: