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