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