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