mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 04:36:59 +07:00
8 lines
121 B
Java
8 lines
121 B
Java
import java.lang.Object;
|
|
|
|
public class Foo {
|
|
void m() {
|
|
new Object().inst<caret>
|
|
new Object().inst<caret>
|
|
}
|
|
} |