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