blob: 75267946a8a6092b4213da0167878d21fced6020 [file] [log] [blame]
import java.lang.RuntimeException;
public class Foo {
void m() {
new RuntimeException("error");.throw<caret>
}
}