ffa3cf0027
#KT-16072 Fixed
11 lines
146 B
Kotlin
Vendored
11 lines
146 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
suspend fun String.bar() {
|
|
|
|
}
|
|
|
|
suspend fun x() {
|
|
listOf("Jack", "Tom").forEach <caret>{ it.bar() }
|
|
}
|