Files
kotlin-fork/idea/testData/quickfix/yieldUnsupported/yieldAsSimpleName.kt
T
2017-02-13 02:53:37 +03:00

7 lines
104 B
Kotlin
Vendored

// "Migrate unsupported yield syntax" "true"
object yield {}
fun test() {
val foo = yie<caret>ld
}