6 lines
99 B
Kotlin
Vendored
6 lines
99 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun String.xxx(p: Int): Int = 0
|
|
|
|
fun foo(x: String) {
|
|
x.xxx(<caret>1)
|
|
} |