mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 19:42:48 +07:00
dc51016e34
GitOrigin-RevId: e135c45026fc852ace913a57689380c5175f766e
6 lines
124 B
Java
6 lines
124 B
Java
// "Create inner class 'Foo'" "true"
|
|
public class Test {
|
|
boolean foo(Object o) {
|
|
return o instanceof F<caret>oo;
|
|
}
|
|
} |