mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 03:51:12 +07:00
- Support inside switch expression - Support rule-based labels - Support break inside expression - Suggest 'switch' keyword in expressions - Insert ':' or '->' depending on the switch type
9 lines
124 B
Java
9 lines
124 B
Java
public class ConstConfig {
|
|
{
|
|
switch (a) {
|
|
case Foooo -> {}
|
|
def<caret>
|
|
|
|
}
|
|
}
|
|
} |