mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +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
81 B
Java
5 lines
81 B
Java
public class ConstConfig {
|
|
int test(int x) {
|
|
return sw<caret>
|
|
}
|
|
} |