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
Marking a single method in an extension clause as deprecated makes them all deprecated in the docs. In this example we have valueOrError that is deprecated, but the docs also say that show, matches, value and valueOrAbort are deprecated
Compiler version
3.2.1
Minimized code
Marking a single method in an extension clause as deprecated makes them all deprecated in the docs. In this example we have
valueOrError
that is deprecated, but the docs also say thatshow
,matches
,value
andvalueOrAbort
are deprecatedhttps://github.com/lampepfl/dotty/blob/cfcdefa50c26c3f42893cc980ef92662aa9ac392/library/src/scala/quoted/Quotes.scala#L28-L70
Output
Expectation
Should split the extension group into deprecated and non deprecated.
The text was updated successfully, but these errors were encountered: