4 lines
45 B
Kotlin
Vendored
4 lines
45 B
Kotlin
Vendored
object C {
|
|
val x = 1
|
|
fun getX() = 1
|
|
} |