9 lines
90 B
Kotlin
Vendored
9 lines
90 B
Kotlin
Vendored
class A {
|
|
var a<caret>: Int
|
|
|
|
init {
|
|
// Initialize a
|
|
a = 1
|
|
}
|
|
}
|