3 lines
42 B
Kotlin
Vendored
3 lines
42 B
Kotlin
Vendored
class C(val x: Int) {
|
|
fun getX() = 1
|
|
} |