mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 13:43:29 +07:00
7 lines
106 B
Java
7 lines
106 B
Java
public class Foo {
|
|
void m(Object o) {
|
|
if (o instanceof Boolean) {
|
|
o.castvar<caret>
|
|
}
|
|
}
|
|
} |