[Analysis API FIR] implement reference resolve inside KDoc
^KTIJ-22324 fixed
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
fun f() {
|
||||
class C {
|
||||
/**
|
||||
* [b<caret>b]
|
||||
*/
|
||||
fun aa() {}
|
||||
|
||||
fun bb() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user