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