Skip to content

Docs leaking self type methods #13203

Closed
@nicolasstucki

Description

@nicolasstucki

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions