mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 11:42:40 +07:00
7 lines
106 B
Java
7 lines
106 B
Java
public class Foo {
|
|
void m(): Foo {
|
|
m().new<caret>
|
|
|
|
return new Foo();
|
|
}
|
|
} |