[JS IR] Avoid name clashes for @JsQualifier-annotated declarations
#KT-42039 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
681ff2dcec
commit
2f07589b42
@@ -0,0 +1,7 @@
|
||||
var chopchop = {
|
||||
foo: {
|
||||
ok: function () {
|
||||
return 'OK';
|
||||
},
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user