6 lines
81 B
Kotlin
Vendored
6 lines
81 B
Kotlin
Vendored
class C {
|
|
companion object {
|
|
val x = 1
|
|
fun getX() = 1
|
|
}
|
|
} |