blob: 10152e0516eaeaa25c4305dfb4137977301a8853 [file] [log] [blame]
public class Npe {
public void a(Object o) {
if (o != null) {
// Do something
}
o.equals();
}
}