JVM_IR add test for KT-47300
This commit is contained in:
committed by
teamcityserver
parent
1cd75b1e82
commit
ce107d06d4
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user