[K/N] Rework is checks and as casts codegeneration

^KT-58707
^KT-59022
This commit is contained in:
Pavel Kunyavskiy
2023-06-01 10:06:01 +02:00
committed by Space Team
parent b2212b9275
commit f2520a9cb7
21 changed files with 316 additions and 90 deletions
@@ -4146,6 +4146,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/casts/kt54802.kt");
}
@TestMetadata("kt58707.kt")
public void testKt58707() throws Exception {
runTest("compiler/testData/codegen/box/casts/kt58707.kt");
}
@TestMetadata("kt59022.kt")
public void testKt59022() throws Exception {
runTest("compiler/testData/codegen/box/casts/kt59022.kt");
}
@TestMetadata("lambdaToUnitCast.kt")
public void testLambdaToUnitCast() throws Exception {
runTest("compiler/testData/codegen/box/casts/lambdaToUnitCast.kt");