smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / TailAfterInstanceOf.java
blobde7261497c23988f6439d05cfc65884f4e81402d
1 public class TestCase extends Zzz {
2 public boolean ttt(Zzz o) {
3 return o instanceof <caret>
7 class Zzz {
8 private void fax() {}