blob: b9667616e4ade6698b4c752dc1aaea1fcf7718dc [file] [log] [blame]
public class TestCase extends Zzz {
Object ooo() {}
{
if (!(ooo() instanceof String)) {
} else {
String s = (String) ooo();<caret>
}
}
}