[FIR] Save declarations in metadata in source order
^KT-54792 Fixed ^KT-54801 ^KT-54800
This commit is contained in:
committed by
Space Team
parent
b359a5538c
commit
af60681705
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
class Some(
|
||||
val c: Int,
|
||||
val b: Int,
|
||||
val a: Int,
|
||||
) {
|
||||
val z = 1
|
||||
val y = 2
|
||||
val x = 3
|
||||
}
|
||||
Reference in New Issue
Block a user