Do not expect that KDoc reference contains importable fqName
#KT-31768 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package goo
|
||||
|
||||
import foo.Base
|
||||
|
||||
/**
|
||||
* @property param
|
||||
*/
|
||||
class Impl : Base(1)
|
||||
@@ -0,0 +1 @@
|
||||
foo.Base
|
||||
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
abstract class Base(val param: Int)
|
||||
|
||||
<selection>/**
|
||||
* @property param
|
||||
*/
|
||||
class Impl : Base(1)</selection>
|
||||
@@ -0,0 +1,3 @@
|
||||
package goo
|
||||
|
||||
<caret>
|
||||
Reference in New Issue
Block a user