Files
kotlin-fork/js/js.translator/testData/reservedWords/cases/localFunPrivate.kt
T

11 lines
220 B
Kotlin
Vendored

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