Add tests for KT-45236

This commit is contained in:
Dmitry Petrov
2021-04-21 13:22:18 +03:00
parent 4f352950d9
commit f228c3bb04
13 changed files with 524 additions and 0 deletions
@@ -4948,6 +4948,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/contracts/kt39374.kt");
}
@TestMetadata("kt45236.kt")
public void testKt45236() throws Exception {
runTest("compiler/testData/codegen/box/contracts/kt45236.kt");
}
@TestMetadata("lambdaParameter.kt")
public void testLambdaParameter() throws Exception {
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
@@ -4359,6 +4359,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/contracts/kt39374.kt");
}
@TestMetadata("kt45236.kt")
public void testKt45236() throws Exception {
runTest("compiler/testData/codegen/box/contracts/kt45236.kt");
}
@TestMetadata("lambdaParameter.kt")
public void testLambdaParameter() throws Exception {
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
@@ -4359,6 +4359,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/contracts/kt39374.kt");
}
@TestMetadata("kt45236.kt")
public void testKt45236() throws Exception {
runTest("compiler/testData/codegen/box/contracts/kt45236.kt");
}
@TestMetadata("lambdaParameter.kt")
public void testLambdaParameter() throws Exception {
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");