JVM IR: write inherited multifile parts flag to kotlin.Metadata
This flag is unused at the moment, but might be used one day to support proper incremental compilation for multifile classes.
This commit is contained in:
+6
@@ -24010,6 +24010,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/multifileClasses/kt16077.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("metadataFlag.kt")
|
||||
public void testMetadataFlag() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multifileClasses/metadataFlag.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("multifileClassPartsInitialization.kt")
|
||||
public void testMultifileClassPartsInitialization() throws Exception {
|
||||
|
||||
+6
@@ -24010,6 +24010,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/multifileClasses/kt16077.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("metadataFlag.kt")
|
||||
public void testMetadataFlag() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multifileClasses/metadataFlag.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("multifileClassPartsInitialization.kt")
|
||||
public void testMultifileClassPartsInitialization() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user