blob: 43b01e43e0c213a4e631c58d29184a2d79aa304f [file] [log] [blame]
public class Foo {
public Foo() { }
void m() {
new Foo()<caret>;
_a = new Bar();
}
}