[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
Vendored
+5
-4
@@ -1,14 +1,15 @@
|
||||
public final class Some : R|kotlin/Any| {
|
||||
public constructor(): R|test/Some|
|
||||
|
||||
public final companion object Companion : R|kotlin/Any| {
|
||||
private constructor(): R|test/Some.Companion|
|
||||
|
||||
public final annotation class TestAnnotation : R|kotlin/Annotation| {
|
||||
public constructor(): R|test/Some.Companion.TestAnnotation|
|
||||
|
||||
}
|
||||
|
||||
private constructor(): R|test/Some.Companion|
|
||||
|
||||
}
|
||||
|
||||
public constructor(): R|test/Some|
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user