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