4 lines
98 B
Kotlin
Vendored
4 lines
98 B
Kotlin
Vendored
class A {
|
|
val x by mutableMapOf<String, Int>()
|
|
val y: Int by mutableMapOf<String, Int>()
|
|
} |