FIR IDE: add KtExtensionReceiverSymbol
This symbol represents the extension receiver of a callable and currently is used as the resolution target of `this` in a callable with extension.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
val String.foo : Any
|
||||
get() {
|
||||
this@f<caret>oo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user