Files
Dmitriy Novozhilov af60681705 [FIR] Save declarations in metadata in source order
^KT-54792 Fixed
^KT-54801
^KT-54800
2023-05-09 07:36:32 +00:00

12 lines
122 B
Kotlin
Vendored

package test
class Some(
val c: Int,
val b: Int,
val a: Int,
) {
val z = 1
val y = 2
val x = 3
}