20d1d12f3b
This reverts commit 434082cadb.
13 lines
221 B
Kotlin
Vendored
13 lines
221 B
Kotlin
Vendored
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
enum class Foo {
|
|
static
|
|
}
|
|
|
|
fun box(): String {
|
|
testNotRenamed("static", { Foo.static })
|
|
|
|
return "OK"
|
|
} |