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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user