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