e195f0426e
This symbol represents the extension receiver of a callable and currently is used as the resolution target of `this` in a callable with extension.
5 lines
66 B
Kotlin
Vendored
5 lines
66 B
Kotlin
Vendored
class Foo {
|
|
fun String.foo() {
|
|
this@f<caret>oo
|
|
}
|
|
} |