package foo class Foo { fun test() { myRun() } } fun myRun() {} fun Any.myRun() {}