JS backend: add the support function expression

#KT-7242 Fixed
This commit is contained in:
Zalim Bashorov
2015-04-20 19:08:08 +03:00
parent 02071c5bdd
commit 1ef9b9db1f
7 changed files with 83 additions and 8 deletions
@@ -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)
}
}
}