mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-28 17:50:07 +07:00
7615667adc
IJ-CR-27938 IDEA-297387 GitOrigin-RevId: d275fd7a37d6b4e955cdc654bd676cb9048601be
8 lines
132 B
Java
8 lines
132 B
Java
// "Remove unreachable branches" "true-preview"
|
|
class Test {
|
|
final String s = "abc";
|
|
|
|
int test() {
|
|
return 1;
|
|
}
|
|
} |