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