Fix for KT-13400, KT-13389 Resolving FQN in quick doc
Problem related to not complete fix in KT-10398
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package doc
|
||||
|
||||
fun topLevelFun() {}
|
||||
|
||||
/**
|
||||
* @see doc.topLevelFun
|
||||
*/
|
||||
class Doc<caret>Referrer
|
||||
Reference in New Issue
Block a user