Fix function lookup in modules with similar names [KT-23582]

This commit is contained in:
Roman Artemev
2018-04-06 16:07:44 +03:00
parent 96b6cec33f
commit 3bc323807f
5 changed files with 24 additions and 14 deletions
@@ -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());