JS: enable translation of primitive arrays to TypedArray's by default (KT-17137)
This commit is contained in:
@@ -1503,7 +1503,7 @@ fun main(args: Array<String>) {
|
||||
model("codegen/boxInline/defaultValues/", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
|
||||
testClass<AbstractJsTypedArraysBoxTest> {
|
||||
testClass<AbstractJsLegacyPrimitiveArraysBoxTest> {
|
||||
model("codegen/box/arrays", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user