Files

8 lines
121 B
Java

import java.lang.Object;
public class Foo {
void m() {
new Object().inst<caret>
new Object().inst<caret>
}
}