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
--Error: tests/init/pos/inner-enum.scala:3:8--------------------------------------------------------------------------3|caseCase|^|Cannot prove that the value is fully initialized. May only use initialized value asmethod arguments.
||The unsafe promotion may cause the following problem:
|Access non-initialized value $values. Callingtrace:
|->caseCase [ inner-enum.scala:3 ]
Expectation
When compiling with the -Ysafe-init flag this declaration should pass.