7 lines
104 B
Kotlin
Vendored
7 lines
104 B
Kotlin
Vendored
// "Migrate unsupported yield syntax" "true"
|
|
object yield {}
|
|
|
|
fun test() {
|
|
val foo = yie<caret>ld
|
|
}
|