[FIR] Save declarations in metadata in source order

^KT-54792 Fixed
^KT-54801
^KT-54800
This commit is contained in:
Dmitriy Novozhilov
2023-04-13 15:11:56 +03:00
committed by Space Team
parent b359a5538c
commit af60681705
128 changed files with 833 additions and 256 deletions
@@ -9,4 +9,4 @@
val intArray: IntArray
val longArray: LongArray
val shortArray: ShortArray
}
}
@@ -8,4 +8,4 @@
val int: Int
val long: Long
val short: Short
}
}
@@ -26,4 +26,4 @@
val intConst: Int = 30
val longConst: Long = 40.toLong()
val shortConst: Short = 20.toShort()
val stringConst: String = "abcd"
val stringConst: String = "abcd"
@@ -24,4 +24,4 @@
object ObjA {
val memberFromObjA: Int = 300
}
}
}