[Analysis API] resolve [this] in KDoc to extension receiver
^KT-62407 fixed
This commit is contained in:
committed by
Space Team
parent
a5a8f6736b
commit
c32e7c723d
+9
@@ -0,0 +1,9 @@
|
||||
// UNRESOLVED_REFERENCE
|
||||
|
||||
/**
|
||||
* [th<caret>is]
|
||||
*/
|
||||
class A {
|
||||
|
||||
}
|
||||
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* [th<caret>is]
|
||||
*/
|
||||
fun AAA.foo() {
|
||||
|
||||
}
|
||||
|
||||
class AAA
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
Resolved to:
|
||||
0: extension receiver with type AAA
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// UNRESOLVED_REFERENCE
|
||||
|
||||
/**
|
||||
* [th<caret>is]
|
||||
*/
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* [th<caret>is]
|
||||
*/
|
||||
val AAA.foo
|
||||
get() = 1
|
||||
|
||||
class AAA
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
Resolved to:
|
||||
0: extension receiver with type AAA
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
// UNRESOLVED_REFERENCE
|
||||
|
||||
/**
|
||||
* [th<caret>is]
|
||||
*/
|
||||
val foo
|
||||
get() = 1
|
||||
Reference in New Issue
Block a user