JVM_IR fix override equivalence check for collection stub generation
KT-42043 KT-42033
This commit is contained in:
+5
@@ -5058,6 +5058,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/collections/removeClashKotlin.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("removeClashWithGenerics.kt")
|
||||
public void testRemoveClashWithGenerics() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/removeClashWithGenerics.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("removeOverriddenInJava.kt")
|
||||
public void testRemoveOverriddenInJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/removeOverriddenInJava.kt");
|
||||
|
||||
Reference in New Issue
Block a user