5 lines
101 B
Kotlin
5 lines
101 B
Kotlin
fun foo() =
|
|
object {
|
|
<error>val x</error> = 1
|
|
<error>fun getX()</error> = 1
|
|
} |