blob: a28a0e66b63de7ce6a6b7ac3f8101f0ae6beccc3 [file] [log] [blame]
import java.io.IOException;
public class Foo {
void m() {
doAct().try<caret>
}
void doAct() throws IOException {}
}