17 lines
269 B
Kotlin
Vendored
17 lines
269 B
Kotlin
Vendored
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
fun box(): String {
|
|
|
|
|
|
|
|
try {
|
|
throw Exception()
|
|
}
|
|
catch(`in`: Exception) {
|
|
testRenamed("in", { `in` })
|
|
}
|
|
|
|
return "OK"
|
|
} |