[KLIB] Add regression test
This commit is contained in:
+5
@@ -14908,6 +14908,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/innerClassInEnumEntryClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("signatureClash.kt")
|
||||
public void testSignatureClash() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/signatureClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("transitiveClash.kt")
|
||||
public void testTransitiveClash() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/transitiveClash.kt");
|
||||
|
||||
Reference in New Issue
Block a user