JVM_IR KT-40304 KT-41998 special handling for 'removeAt'

This commit is contained in:
Dmitry Petrov
2020-09-17 18:32:07 +03:00
parent 9008944860
commit ee3ada4e55
17 changed files with 1081 additions and 11 deletions
@@ -5033,6 +5033,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/collections/readOnlyMap.kt");
}
@TestMetadata("removeAtBridgeClashWithJava.kt")
public void testRemoveAtBridgeClashWithJava() throws Exception {
runTest("compiler/testData/codegen/box/collections/removeAtBridgeClashWithJava.kt");
}
@TestMetadata("removeAtInt.kt")
public void testRemoveAtInt() throws Exception {
runTest("compiler/testData/codegen/box/collections/removeAtInt.kt");