17 lines
280 B
Kotlin
17 lines
280 B
Kotlin
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
class TestClass {
|
|
fun `in`() { `in`() }
|
|
|
|
fun test() {
|
|
testNotRenamed("in", { ::`in` })
|
|
}
|
|
}
|
|
|
|
fun box(): String {
|
|
TestClass().test()
|
|
|
|
return "OK"
|
|
} |