7 lines
67 B
Kotlin
Vendored
7 lines
67 B
Kotlin
Vendored
fun yield() {}
|
|
fun typeof() {}
|
|
|
|
fun test() {
|
|
yield
|
|
typeof
|
|
} |