Support destructuring in lambda parameters (KT-14422) and skipping some components in a destructuring declaration (KT-14507).
This commit is contained in:
@@ -1213,6 +1213,14 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractBinaryOpTests>() {
|
||||
model("codegen/box/binaryOp", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
|
||||
testClass<AbstractLambdaDestructuringTests>() {
|
||||
model("codegen/box/destructuringDeclInLambdaParam/", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
|
||||
testClass<AbstractMultiDeclarationTests>() {
|
||||
model("codegen/box/multiDecl/", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user