11 lines
211 B
Kotlin
Vendored
11 lines
211 B
Kotlin
Vendored
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
fun await() { await() }
|
|
|
|
fun box(): String {
|
|
testNotRenamed("await", { ::await })
|
|
|
|
return "OK"
|
|
} |