7ae722492f
So #KT-10546 Fixed
12 lines
166 B
Kotlin
Vendored
12 lines
166 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun testDC(): String {
|
|
val x = run {
|
|
object {
|
|
val <caret>users = "XXX"
|
|
}
|
|
}
|
|
|
|
return x.users
|
|
} |