blob: 1a4cf34f1d18e9350c64b1f0bfce3173a7f2ac49 [file] [log] [blame]
public class TestCase extends Zzz {
Object ooo() {}
{
((String) ooo()).toString();
String s = (String) ooo();<caret>
}
}