blob: 335fe0978b12823510ffa6690bdc1a3f722057fc [file] [log] [blame]
class TestGenericsInstanceof {
public void foo(Object o) {
boolean test = true;
test &= o.hashCode() > 3;
}
}