blob: 41f8cc1c088512b7972e6941592c374dd645cac7 [file] [log] [blame]
public class Foo {
void m() {
try {
Object o = new Object()<caret>
} catch (Exception e) {
e.printStackTrace();
}
}
}