blob: 1c7879a931457a1bee6b23dfaf06a96a26f49372 [file] [log] [blame]
public class Foo {
void m(Object o) {
if (o == null){
}
}
}