Files
kotlin-fork/idea/testData/kdoc/navigate/topLevelFun.kt
T
Simon Ogorodnik 68d4a7abce Fix for KT-13400, KT-13389 Resolving FQN in quick doc
Problem related to not complete fix in KT-10398
2016-11-29 14:06:35 +03:00

8 lines
91 B
Kotlin
Vendored

package doc
fun topLevelFun() {}
/**
* @see doc.topLevelFun
*/
class Doc<caret>Referrer