JS backend: add the support function expression
#KT-7242 Fixed
This commit is contained in:
@@ -843,6 +843,11 @@ fun main(args: Array<String>) {
|
||||
testClass(javaClass<AbstractCompanionObjectTest>()) {
|
||||
model("codegen/box/objectIntrinsics", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractFunctionExpressionTest>()) {
|
||||
model("codegen/box/functions/functionExpression", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user