Open
Description
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 that show
, matches
, value
and valueOrAbort
are deprecated
Output
Expectation
Should split the extension group into deprecated and non deprecated.