blob: cff422dd0272588fd3f2b87a4a681390afaed61f [file] [log] [blame]
package trycatch_in;
public class TestRuntimeException2 {
public void foo() {
/*]*/throw new NullPointerException();/*[*/
}
}