8 lines
73 B
Kotlin
8 lines
73 B
Kotlin
class C {
|
|
val a: Int
|
|
get() = 1
|
|
|
|
init {
|
|
$a
|
|
}
|
|
} |