Files
kotlin-fork/idea/testData/inspectionsLocal/removeRedundantBackticks/yield.kt
T

7 lines
84 B
Kotlin
Vendored

// PROBLEM: none
fun test() {
foo(<caret>`yield` = 1)
}
fun foo(yield: Int) {}