blob: 9c13b2ee2a30544b87be0f9aa481a62c0abd917d [file] [log] [blame]
class Test{
static foo(){
Object o;
boolean res = ((String)o).equals(null);
}
}