mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 11:40:50 +07:00
7 lines
112 B
Java
7 lines
112 B
Java
public class Foo {
|
|
Foo m() {
|
|
Foo foo = m().m();
|
|
foo<caret>.m();
|
|
return null;
|
|
}
|
|
} |