6 lines
71 B
Kotlin
Vendored
6 lines
71 B
Kotlin
Vendored
class A {
|
|
fun foo() {}
|
|
fun bar() {
|
|
<caret>foo()
|
|
}
|
|
} |