KT-55005 Do not generate CHECKCAST before AASTORE
This commit is contained in:
committed by
Space Team
parent
d26b96afe1
commit
06d3e1d8bd
+6
@@ -4853,6 +4853,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/casts/kt54802.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55005.kt")
|
||||
public void testKt55005() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/kt55005.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaToUnitCast.kt")
|
||||
public void testLambdaToUnitCast() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user