FIR: Fix ambiguity on Int2IntMap in IC
This commit is contained in:
+6
@@ -2294,6 +2294,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/builtinStubMethods/inheritedImplementations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("int2IntMap.kt")
|
||||
public void testInt2IntMap() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builtinStubMethods/int2IntMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Iterator.kt")
|
||||
public void testIterator() throws Exception {
|
||||
|
||||
+6
@@ -2390,6 +2390,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/builtinStubMethods/inheritedImplementations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("int2IntMap.kt")
|
||||
public void testInt2IntMap() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builtinStubMethods/int2IntMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Iterator.kt")
|
||||
public void testIterator() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user