-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
yield does not seem to be highlighted as a keyword (example github):
String test = switch (eventType) {
case CREATE -> Test1;
case UPDATE -> {
somethingElse = doSomething(input);
yield Test2;
}
case DEACTIVATE -> Test3;
default -> throw new RuntimeException("Example");
};Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels