mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-27 05:20:54 +07:00
14 lines
186 B
Java
14 lines
186 B
Java
public class Foo {
|
|
|
|
void bar() {
|
|
equals(new Object() {
|
|
boolean bar() {
|
|
return f<caret>
|
|
}
|
|
});
|
|
}
|
|
|
|
boolean fefefef() {}
|
|
|
|
}
|