[KLIB] Add regression test

This commit is contained in:
Roman Artemev
2020-03-11 13:52:13 +03:00
committed by romanart
parent 09239743c1
commit 8c1772d623
7 changed files with 56 additions and 45 deletions
@@ -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");