mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 09:50:57 +07:00
8 lines
125 B
Java
8 lines
125 B
Java
import java.lang.Object;
|
|
|
|
public class Foo {
|
|
void m() {
|
|
new Object().<caret>
|
|
new Object().<caret>
|
|
}
|
|
} |