class Foo { fun foo(string: String) {} fun foo(number: Int) {} } /** * [Foo.foo] */ fun usage() {}