[JS IR] Avoid name clashes for @JsQualifier-annotated declarations

#KT-42039 Fixed
This commit is contained in:
Sergej Jaskiewicz
2021-09-03 17:00:10 +03:00
committed by TeamCityServer
parent 681ff2dcec
commit 2f07589b42
6 changed files with 42 additions and 9 deletions
@@ -0,0 +1,7 @@
var chopchop = {
foo: {
ok: function () {
return 'OK';
},
}
};