6 lines
73 B
Kotlin
6 lines
73 B
Kotlin
/**
|
|
* This is link to [Foo.member]
|
|
*/
|
|
class Foo {
|
|
fun member() {}
|
|
} |