package something class SomeTempClass { fun helloWorld() { } fun test() { hello() } } // EXIST: helloWorld