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
--DeprecationWarning:Color.scala:1:13---------------------------------------1|enumColor { @deprecated("no Red", "0.1") caseRed }
|^| value Red in objectColor is deprecated since 0.1: no Red1 warning found
Expectation
I expect the warning only on usages outside of the enum
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Minimized code
Output
Expectation
I expect the warning only on usages outside of the enum
The text was updated successfully, but these errors were encountered: