mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
6 lines
133 B
Java
6 lines
133 B
Java
// "Remove pattern variable 'string'" "true"
|
|
class X {
|
|
public void test(Object object) {
|
|
if (object instanceof String) {}
|
|
}
|
|
} |