[Tests] Add test for KT-65197
^KT-65197
This commit is contained in:
committed by
Space Team
parent
9f8ea3e2e5
commit
112473f310
+5
@@ -5138,6 +5138,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/casts/kt59022.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt65197.kt")
|
||||
public void testKt65197() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/kt65197.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaToUnitCast.kt")
|
||||
public void testLambdaToUnitCast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/lambdaToUnitCast.kt");
|
||||
|
||||
Reference in New Issue
Block a user