23 lines
389 B
Kotlin
Vendored
23 lines
389 B
Kotlin
Vendored
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
class TestClass {
|
|
companion object {
|
|
val t: Int = 0
|
|
|
|
fun test() {
|
|
testRenamed("implements", {
|
|
implements@ while (false) {
|
|
}
|
|
})
|
|
}
|
|
}
|
|
}
|
|
|
|
fun box(): String {
|
|
TestClass.test()
|
|
|
|
return "OK"
|
|
}
|