FIR: Fix ambiguity on Int2IntMap in IC

This commit is contained in:
Denis.Zharkov
2021-08-12 15:09:21 +03:00
parent 1a5552bef8
commit c3a327e118
9 changed files with 142 additions and 119 deletions
@@ -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 {
@@ -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 {