KT-768 Code completion for extension functions
This commit is contained in:
@@ -104,6 +104,4 @@ public class JavaPackageScope extends JetScopeImpl {
|
||||
private String getQualifiedName(String name) {
|
||||
return (packageFQN.isEmpty() ? "" : packageFQN + ".") + name;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user