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