[FIR] Modify signatures also from ERASED_COLLECTION_PARAMETER_SIGNATURES

In this commit we change value parameter type of containsAll, removeAll,
retainAll from Java collections. Originally it's Collection<?>,
we change it to Collection<T>

#KT-42340 Fixed
This commit is contained in:
Mikhail Glukhikh
2020-09-30 13:52:17 +03:00
committed by teamcityserver
parent 3a693e112b
commit 2dc6467b5d
10 changed files with 1244 additions and 41 deletions
@@ -1776,6 +1776,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/InnerClassInAnonymous.kt");
}
@TestMetadata("MultiList.kt")
public void testMultiList() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/MultiList.kt");
}
@TestMetadata("putIfAbsent.kt")
public void testPutIfAbsent() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/putIfAbsent.kt");