Files
kotlin-fork/js/js.translator/testData/reservedWords/cases/toplevelObjectFunction.kt
T
2015-09-22 15:00:38 +02:00

11 lines
210 B
Kotlin
Vendored

package foo
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
object function {}
fun box(): String {
testNotRenamed("function", { function })
return "OK"
}