mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-05 12:03:58 +07:00
12 lines
162 B
Java
12 lines
162 B
Java
public class Foo {
|
|
|
|
void bar() {
|
|
equals(new Object() {
|
|
boolean bar() {
|
|
return f<caret>
|
|
}
|
|
});
|
|
}
|
|
|
|
}
|