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