Files
kotlin-fork/js/js.translator/testData/reservedWords/cases/localFunClass.kt
T
2015-12-09 17:10:30 +03:00

11 lines
218 B
Kotlin
Vendored

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