6fa254c353
^KT-60728
10 lines
199 B
Kotlin
10 lines
199 B
Kotlin
val x = run {
|
|
val inLambda = 10
|
|
println(inLambda)
|
|
inLambda
|
|
}/* NonReanalyzableNonClassDeclarationStructureElement */
|
|
|
|
fun println(any: Any) {/* ReanalyzableFunctionStructureElement */
|
|
|
|
}
|