smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / return / after1.java
blob045b2ffc1e0a46d1e7f6488a76f5b55e1882082b
1 class A{
2 class B{
3 int fooo(){
7 int fooo(){
8 B b = null;
10 return b.fooo();<caret>