unplugged-system/external/dokka/core/testdata/links/linkToQualifiedMember.kt

6 lines
73 B
Kotlin
Raw Permalink Normal View History

/**
* This is link to [Foo.member]
*/
class Foo {
fun member() {}
}