summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/quickfix/yieldUnsupported/yieldAsSimpleName.kt
blob: 8bd17e4cb4174cdb41892a07ec07e46b36f1547c (plain)
1
2
3
4
5
6
// "Migrate unsupported yield syntax" "true"
object yield {}

fun test() {
    val foo = yie<caret>ld
}