Closed
Description
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.
Implementors should know about those methods because they know about the self type.
Expectation
The method from the self type should not be shown.