smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / second / NoRedundantCasts.java
blob091e671e93d540da6a1a3e9009c5e63c778620bd
1 public abstract class Zzz {
3 boolean gggg() {}
5 static {
6 Zzz o;
7 if (o instanceof Yyy && <caret>) {
15 class Yyy extends Zzz {