119f6858cd
^KT-54311
6 lines
57 B
Kotlin
Vendored
6 lines
57 B
Kotlin
Vendored
class A {
|
|
val i: Int
|
|
init {
|
|
i = 1
|
|
}
|
|
} |