mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 20:36:32 +07:00
48a0c3c03c
GitOrigin-RevId: 042aed924d9fc35e1ca86ae8660a7a75fe45bd25
6 lines
112 B
Java
6 lines
112 B
Java
// "Create enum 'Foo'" "false"
|
|
public class Test {
|
|
void foo(Test s){
|
|
if (s instanceof Fo<caret>o) {}
|
|
}
|
|
} |