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
@@ -5749,6 +5749,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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");