package something class SomeTempClass { fun testSome() { } fun test() { test() } } // EXIST: test, testSome