mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 03:51:12 +07:00
Adjust the completion variants for switch statements and expressions GitOrigin-RevId: 05119897b0eb72bb875097cd197f376534d15db9
8 lines
82 B
Java
8 lines
82 B
Java
|
|
class Main {
|
|
int f(Object o) {
|
|
return switch(o) {
|
|
<caret>
|
|
}
|
|
}
|
|
} |