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