mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
14 lines
240 B
Java
14 lines
240 B
Java
// "Create missing branches: 'false', and 'true'" "true-preview"
|
|
import java.util.List;
|
|
|
|
class Test {
|
|
public static void main(String[] args) {
|
|
test(true);
|
|
}
|
|
|
|
public static void test(Boolean b) {
|
|
switch (b<caret>){
|
|
|
|
}
|
|
}
|
|
} |