9 lines
97 B
Kotlin
9 lines
97 B
Kotlin
// "Change to function invocation" "true"
|
|
package a
|
|
|
|
fun foo() {}
|
|
|
|
fun test() {
|
|
foo<caret>
|
|
}
|