Files
kotlin-fork/js/js.translator/testData/box/jsQualifier/withModule.js
T
2017-01-25 13:52:18 +03:00

9 lines
172 B
JavaScript
Vendored

define("libjs", ["exports"], function(exports) {
exports.a = {
b: {
c: function () {
return "OK";
}
}
};
});