JVM_IR: add coercion for index in ArrayGet intrinsic
This commit is contained in:
Generated
+5
@@ -14413,6 +14413,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
+5
@@ -15593,6 +15593,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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