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
@@ -2014,6 +2014,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/builtinStubMethods/inheritedImplementations.kt");
}
@TestMetadata("int2IntMap.kt")
public void testInt2IntMap() throws Exception {
runTest("compiler/testData/codegen/box/builtinStubMethods/int2IntMap.kt");
}
@TestMetadata("Iterator.kt")
public void testIterator() throws Exception {
runTest("compiler/testData/codegen/box/builtinStubMethods/Iterator.kt");