Fix function lookup in modules with similar names [KT-23582]
This commit is contained in:
@@ -222,7 +222,7 @@ public class JsConfig {
|
||||
}
|
||||
|
||||
if (modules.contains(getModuleId())) {
|
||||
report.warning("Module \"" + getModuleId() + "\" depends from module with the same name");
|
||||
report.warning("Module \"" + getModuleId() + "\" depends on module with the same name");
|
||||
}
|
||||
|
||||
Set<String> friendLibsSet = new HashSet<>(getFriends());
|
||||
|
||||
Reference in New Issue
Block a user