5 lines
59 B
Kotlin
Vendored
5 lines
59 B
Kotlin
Vendored
private var x = object {}
|
|
|
|
fun test() {
|
|
x = object {}
|
|
} |