JVM_IR KT-41915 compare Kotlin signatures when adding collection stubs
This commit is contained in:
+10
@@ -5038,6 +5038,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/collections/removeClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("removeClashJava.kt")
|
||||
public void testRemoveClashJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/removeClashJava.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("removeClashKotlin.kt")
|
||||
public void testRemoveClashKotlin() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/removeClashKotlin.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("removeOverriddenInJava.kt")
|
||||
public void testRemoveOverriddenInJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/removeOverriddenInJava.kt");
|
||||
|
||||
Reference in New Issue
Block a user