6 lines
57 B
Kotlin
Vendored
6 lines
57 B
Kotlin
Vendored
class A {
|
|
init {
|
|
x = 1
|
|
}
|
|
val x: Int
|
|
} |