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