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
Even after liach's enum constant PR, enum constant names don't match their .name() if the name is lowercase (see class_4396$class_4397). This causes problems with Procyon (or at least, an older version of it), and would also break anything relying on valueOf if the code is recompiled.
The text was updated successfully, but these errors were encountered:
Even after liach's enum constant PR, enum constant names don't match their
.name()
if the name is lowercase (seeclass_4396$class_4397
). This causes problems with Procyon (or at least, an older version of it), and would also break anything relying onvalueOf
if the code is recompiled.The text was updated successfully, but these errors were encountered: