package a.b fun foo(s: String) {} fun foo(i: Int) {} internal val Foo.foo: Int get() = 123 class Foo {}