20d1d12f3b
This reverts commit 434082cadb.
19 lines
326 B
Kotlin
Vendored
19 lines
326 B
Kotlin
Vendored
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
class TestClass {
|
|
companion object {
|
|
val `while`: Int = 0
|
|
|
|
fun test() {
|
|
testNotRenamed("while", { `while` })
|
|
}
|
|
}
|
|
}
|
|
|
|
fun box(): String {
|
|
TestClass.test()
|
|
|
|
return "OK"
|
|
} |