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