1bc2af6436
Fixes #KT-13519
6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
listOf(1).forEach()<caret> { }
|
|
}
|