package foo // NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT! enum class Foo { BAR; fun instanceof() { instanceof() } fun test() { testNotRenamed("instanceof", { instanceof() }) } } fun box(): String { Foo.BAR.test() return "OK" }