6 lines
98 B
Kotlin
Vendored
6 lines
98 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun test(s: String) {}
|
|
|
|
val usedSameFunction = <caret>Sam {
|
|
test(it)
|
|
} |