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