[FIR2IR] Generate IR declarations in classes in strict order
Order is following: - declared declarations in declaration (in source) order - generated declarations in sorted order
This commit is contained in:
committed by
Space Team
parent
c961c15729
commit
839026b6fe
+5
@@ -87,6 +87,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/classes/companionObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("declarationOrder.kt")
|
||||
public void testDeclarationOrder() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/declarationOrder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegatedGenericImplementation.kt")
|
||||
public void testDelegatedGenericImplementation() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/delegatedGenericImplementation.kt");
|
||||
|
||||
Reference in New Issue
Block a user