8 lines
66 B
Kotlin
Vendored
8 lines
66 B
Kotlin
Vendored
class A {
|
|
var a<caret>: Int
|
|
|
|
init {
|
|
a = 1
|
|
}
|
|
}
|