Implement inlining of default parameters in JS BE
Fix KT-17910
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user