JVM_IR: add coercion for index in ArrayGet intrinsic
This commit is contained in:
+5
@@ -18693,6 +18693,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/nullAsNullableIntIsNull.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableAsIndex.kt")
|
||||
public void testNullableAsIndex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/nullableAsIndex.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableCharBoolean.kt")
|
||||
public void testNullableCharBoolean() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/nullableCharBoolean.kt");
|
||||
|
||||
Reference in New Issue
Block a user