7 lines
63 B
Kotlin
Vendored
7 lines
63 B
Kotlin
Vendored
// MOVE: up
|
|
class A {
|
|
val y = ""
|
|
<caret>init {
|
|
|
|
}
|
|
} |