You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Compiler version
3.0.1
Docs
In https://dotty.epfl.ch/api/scala/quoted/Quotes.html we see the methods
unpickleExpr
,unpickleType
,ExprMatch
andTypeMatch
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.
The text was updated successfully, but these errors were encountered: