mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
6 lines
123 B
Java
6 lines
123 B
Java
public abstract class Foo {
|
|
void m() {
|
|
FooBar.new<caret>
|
|
}
|
|
class FooBar { private FooBar(int x) { } }
|
|
} |