7 lines
68 B
Kotlin
Vendored
7 lines
68 B
Kotlin
Vendored
class Foo {
|
|
val x: Int
|
|
|
|
init {
|
|
<caret>x = 42
|
|
}
|
|
} |