JVM IR: sort multifile part names in metadata
This commit is contained in:
+10
@@ -19876,6 +19876,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/multifileClasses/multifileClassWithPrivate.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("namesInMetadataAreSorted.kt")
|
||||
public void testNamesInMetadataAreSorted() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multifileClasses/namesInMetadataAreSorted.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateConstVal.kt")
|
||||
public void testPrivateConstVal() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multifileClasses/privateConstVal.kt");
|
||||
@@ -19948,6 +19953,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/multifileClasses/optimized/internalFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("namesInMetadataAreSorted.kt")
|
||||
public void testNamesInMetadataAreSorted() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multifileClasses/optimized/namesInMetadataAreSorted.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("overlappingFuns.kt")
|
||||
public void testOverlappingFuns() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multifileClasses/optimized/overlappingFuns.kt");
|
||||
|
||||
Reference in New Issue
Block a user