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