mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-16 16:07:12 +07:00
6 lines
147 B
Java
6 lines
147 B
Java
// "Remove pattern variable 'string'" "true"
|
|
class X {
|
|
public void test(Object object) {
|
|
if (object instanceof String str<caret>ing) {}
|
|
}
|
|
} |