Skip to content
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

Docs leaking self type methods #13203

Closed
nicolasstucki opened this issue Jul 29, 2021 · 0 comments · Fixed by #13207
Closed

Docs leaking self type methods #13203

nicolasstucki opened this issue Jul 29, 2021 · 0 comments · Fixed by #13207
Assignees
Milestone

Comments

@nicolasstucki
Copy link
Contributor

Compiler version

3.0.1

Docs

In https://dotty.epfl.ch/api/scala/quoted/Quotes.html we see the methods unpickleExpr, unpickleType, ExprMatch and TypeMatch that are part of the self type but not inherited. As such users do not have access to these methods nor should know about them.

Screenshot 2021-07-29 at 14 17 42

Screenshot 2021-07-29 at 14 21 52

Implementors should know about those methods because they know about the self type.

Expectation

The method from the self type should not be shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants