Add test for IR serialization
This commit is contained in:
committed by
TeamCityServer
parent
f0fb0cbefe
commit
d2738c02cc
+6
@@ -4216,6 +4216,12 @@ public class FirBlackBoxInlineCodegenTestGenerated extends AbstractFirBlackBoxIn
|
||||
runTest("compiler/testData/codegen/boxInline/signatureMangling/indices.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inheritFromJava.kt")
|
||||
public void testInheritFromJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/signatureMangling/inheritFromJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("rawType.kt")
|
||||
public void testRawType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user