12cd3785b0
#KT-34705 Fixed #KT-34707 Fixed #KT-34587 Fixed
6 lines
103 B
Kotlin
Vendored
6 lines
103 B
Kotlin
Vendored
// MOVE: up
|
|
class A(
|
|
val b: Int, // b
|
|
val c: Int, // c
|
|
<caret>val a: Int // a
|
|
) |