class Foo { private val foo: Int = 5 } /** * [Foo.foo] */ fun usage() {}