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