blob: 00acc2eee5da4a5af0ac89002ec5d3e1ffdf0358 [file] [log] [blame]
public class TestCase extends Zzz {
boolean foo(String s) {
}
{
Object ooo;
if (ooo instanceof String && foo((String) ooo)<caret>) {
}
}
}