6 lines
67 B
Kotlin
6 lines
67 B
Kotlin
fun foo(s: String){ }
|
|
|
|
fun bar(ss: String) {
|
|
foo(<caret>xxx)
|
|
}
|