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:
+5
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
fun String.foo() {
|
||||
this@f<caret>oo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user