mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-11 09:42:28 +07:00
2ac6446259
GitOrigin-RevId: 0df47babf3095049c85b7acb0feedbf5d70dc205
8 lines
166 B
Java
8 lines
166 B
Java
public class ConstConfig {
|
|
int test(int x) {
|
|
return switch (x) {
|
|
case 1:
|
|
if (Math.random() > 0.5) yi<caret>
|
|
};
|
|
}
|
|
} |