JS: generate metadata for public inline functions
This commit is contained in:
@@ -475,4 +475,8 @@ var Kotlin = {};
|
||||
Object.defineProperty(Kotlin.modules, id, {value: declaration});
|
||||
};
|
||||
|
||||
Kotlin.defineInlineFunction = function(startTag, fun, metadataArgs) {
|
||||
return fun;
|
||||
};
|
||||
|
||||
})(Kotlin);
|
||||
|
||||
Reference in New Issue
Block a user