blob: 68d9829f951b479f763d12eabcb43c2326932020 [file] [log] [blame]
public class Test {
public boolean foo() {
Object o = null;
return (String) o == null;
}
}