Files
kotlin-fork/js/js.translator/testData/box/incremental/jsModule.js
T

14 lines
239 B
JavaScript
Vendored

define("foo", [], function() {
return {
"fooF": function() {
return "foo";
}
};
});
define("bar", [], function() {
return {
"barF": function() {
return "bar";
}
};
});