mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
7 lines
160 B
Java
7 lines
160 B
Java
class Test {
|
|
void test(Object obj) {
|
|
if (Math.random() > 0.5 || (obj instanceof String <caret>s && s.isEmpty())) {
|
|
System.out.println();
|
|
}
|
|
}
|
|
} |