[FIR] Do not sort declarations in deserialized classes, keep order from metadata

KT-57769
KT-54792
This commit is contained in:
Dmitriy Novozhilov
2023-04-04 15:15:14 +03:00
committed by Space Team
parent 839026b6fe
commit 7685284cb7
59 changed files with 510 additions and 485 deletions
@@ -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|
}