Implement inlining of default parameters in JS BE

Fix KT-17910
This commit is contained in:
Alexey Andreev
2017-05-24 19:57:01 +03:00
parent 40bbf82a41
commit 0e31c14a86
24 changed files with 421 additions and 8 deletions
@@ -1377,6 +1377,10 @@ fun main(args: Array<String>) {
model("codegen/boxInline/enum/", targetBackend = TargetBackend.JS)
}
testClass<AbstractInlineDefaultValuesTests> {
model("codegen/boxInline/defaultValues/", targetBackend = TargetBackend.JS)
}
testClass<AbstractJsTypedArraysBoxTest> {
model("codegen/box/arrays", targetBackend = TargetBackend.JS)
}