mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 20:50:54 +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
5 lines
88 B
Java
5 lines
88 B
Java
public class ConstConfig {
|
|
int test(int x) {
|
|
return switch (<caret>)
|
|
}
|
|
} |