Files
kotlin-fork/compiler/testData/psi/Reserved.kt
T
2015-12-09 17:10:30 +03:00

5 lines
40 B
Kotlin
Vendored

fun yield() {}
fun test() {
yield
}