60874f29fe
#KT-17047 Fixed
8 lines
100 B
Kotlin
Vendored
8 lines
100 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
val x = hashSetOf("abc").<caret>let {
|
|
it.forEach {
|
|
println(it)
|
|
}
|
|
}
|