JVM_IR add test for KT-47300

This commit is contained in:
Dmitry Petrov
2021-06-17 19:43:16 +03:00
committed by teamcityserver
parent 1cd75b1e82
commit ce107d06d4
8 changed files with 74 additions and 0 deletions
@@ -5023,6 +5023,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/contracts/kt47168.kt");
}
@TestMetadata("kt47300.kt")
public void testKt47300() throws Exception {
runTest("compiler/testData/codegen/box/contracts/kt47300.kt");
}
@TestMetadata("lambdaParameter.kt")
public void testLambdaParameter() throws Exception {
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
@@ -4429,6 +4429,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/contracts/kt47168.kt");
}
@TestMetadata("kt47300.kt")
public void testKt47300() throws Exception {
runTest("compiler/testData/codegen/box/contracts/kt47300.kt");
}
@TestMetadata("lambdaParameter.kt")
public void testLambdaParameter() throws Exception {
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
@@ -4429,6 +4429,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/contracts/kt47168.kt");
}
@TestMetadata("kt47300.kt")
public void testKt47300() throws Exception {
runTest("compiler/testData/codegen/box/contracts/kt47300.kt");
}
@TestMetadata("lambdaParameter.kt")
public void testLambdaParameter() throws Exception {
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");