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