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