8 lines
63 B
Kotlin
Vendored
8 lines
63 B
Kotlin
Vendored
class A {
|
|
fun foo() {}
|
|
}
|
|
|
|
fun A.bar() {
|
|
<caret>foo()
|
|
}
|