mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 08:41:59 +07:00
GitOrigin-RevId: cf9655e7988dc4187a737cb4d499a1bd9cf3d45c
7 lines
128 B
Java
7 lines
128 B
Java
// "Replace 's' with pattern variable" "true"
|
|
class X {
|
|
void test(Object obj) {
|
|
if (obj instanceof String s) {
|
|
}
|
|
}
|
|
} |