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