Files
kotlin-fork/compiler/testData/diagnostics/tests/subtyping/topLevelAnonymousObjects.fir.kt
T

5 lines
59 B
Kotlin
Vendored

private var x = object {}
fun test() {
x = object {}
}