smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / NoInstanceofedValueInThenNegated.java
blobf3ce944e59b07f60b71c13c20d010d77a19c008c
1 public class TestCase extends Zzz {
4 Object ooo;
5 if (!(ooo instanceof String)) {
6 String s = o<caret>