mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
IDEA-298527 GitOrigin-RevId: 32645ea4938384d31bbe4750c3867e3b00f3fafe
6 lines
132 B
Java
6 lines
132 B
Java
// "Remove pattern variable" "true-preview"
|
|
class X {
|
|
public void test(Object object) {
|
|
if (object instanceof String) {}
|
|
}
|
|
} |