blob: c4bc61a424e00b400b17e1fd9ccb4172b43034c9 [file] [log] [blame]
class A {
void f(){
throw new NullPointerException();
}
}