smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / SuggestInstanceofedValueInComplexIf-out.java
blob00acc2eee5da4a5af0ac89002ec5d3e1ffdf0358
1 public class TestCase extends Zzz {
2 boolean foo(String s) {
7 Object ooo;
8 if (ooo instanceof String && foo((String) ooo)<caret>) {