[KLIB] Add regression test
This commit is contained in:
Generated
+5
@@ -11923,6 +11923,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
+5
@@ -11988,6 +11988,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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