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
private static MyThing mapToTerminalStatus(MyThing thing) {
return switch (thing) {
// This comment is indented too far
case IN_PROGRESS -> MyThing.SUCCEEDED;
case SUCCEEDED, FAILED -> thing;
};
}
What did you want to happen?
The text was updated successfully, but these errors were encountered:
What happened?
What did you want to happen?
The text was updated successfully, but these errors were encountered: