KT-2139 java.sql.Array inserted by completion is inserted by short name, and import is not added

#KT-2139 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-05-30 18:05:49 +04:00
parent b767e1a8a6
commit b3e211a3ba
4 changed files with 18 additions and 4 deletions
@@ -178,7 +178,7 @@ public class JetClass extends JetTypeParameterListOwner
String fq2 = ((JetClass) another).getQualifiedName();
return fq1 != null && fq2 != null && fq1.equals(fq2);
}
return true;
return false;
}
@Nullable