Files

7 lines
72 B
Kotlin
Vendored

class Foo {
fun foo()
}
fun test(foo: Foo) {
foo.<caret>foo()
}