blob: e0f83fc41d483fa7e4e3b944b7bfac24e4578b08 [file] [log] [blame]
public class Foo {
void m() {
Foo variable = new Foo();<caret>
}
}