Files
kotlin-fork/idea/testData/kdoc/navigate/topLevelProperty.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
102 B
Kotlin
Vendored

package doc
val topLevelProperty = "A"
/**
* @see doc.topLevelProperty
*/
class Doc<caret>Referrer