Files
kotlin-fork/compiler/testData/psi/Reserved.kt
T
2015-12-10 21:26:41 +03:00

7 lines
67 B
Kotlin
Vendored

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