package foo // NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT! class TestClass { companion object { fun `do`() { `do`() } fun test() { testNotRenamed("do", { `do`() }) } } } fun box(): String { TestClass.test() return "OK" }