mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-20 11:50:49 +07:00
7 lines
102 B
Java
7 lines
102 B
Java
public class Foo {
|
|
Foo f;
|
|
Foo m() {
|
|
m().m().f.<caret>m();
|
|
return null;
|
|
}
|
|
} |