blob: 3865ec929612bde67637854316dc678c669448a3 [file] [log] [blame]
public class TestCase extends Zzz {
public TestCase ttt(Zzz ooo) {
return ooo.g() instanceof TestCase ? (TestCase) ooo.g() : <caret>
}
}
class Zzz {
Object g();
}