blob: de3970038e63415b03345274229e80980f39a063 [file] [log] [blame]
class A {
void f(String p){
if (p == null)
;
System.out.println("");
}
}