4 lines
75 B
Kotlin
4 lines
75 B
Kotlin
object C {
|
|
<error>val x</error> = 1
|
|
<error>fun getX()</error> = 1
|
|
} |