[FIR] Do not sort declarations in deserialized classes, keep order from metadata
KT-57769 KT-54792
This commit is contained in:
committed by
Space Team
parent
839026b6fe
commit
7685284cb7
+3
-2
@@ -1,9 +1,10 @@
|
||||
public final class A : R|kotlin/Any| {
|
||||
public constructor(): R|test/A|
|
||||
|
||||
public final class TestConstructor : R|kotlin/Any| {
|
||||
public constructor(p: R|kotlin/Int| = STUB): R|test/A.TestConstructor|
|
||||
|
||||
}
|
||||
|
||||
public constructor(): R|test/A|
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user