We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It is currently impossible to access the documentation of methods in the reflection API. http://dotty.epfl.ch/api/scala/quoted/Quotes$reflectModule.html
For example, TermMethods is listed but it is impossible to follow the link and find the docs for Term.tpe.
TermMethods
Term.tpe
The text was updated successfully, but these errors were encountered:
I think this is due to a name collision between terms and types, it seems the TermMethods trait isn't listed at all.
/cc @romanowski
Sorry, something went wrong.
romanowski
abgruszecki
Successfully merging a pull request may close this issue.
It is currently impossible to access the documentation of methods in the reflection API. http://dotty.epfl.ch/api/scala/quoted/Quotes$reflectModule.html
For example,
TermMethods
is listed but it is impossible to follow the link and find the docs forTerm.tpe
.The text was updated successfully, but these errors were encountered: