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