smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / afterInstanceOf / before2.java
blobd1b8cdf9db827611d185c24843e0df8c48b7c443
1 class A{
3 A a;
5 if(a instanceof BB<caret>)
9 class BBBB extends A{}