937b8725c6
#KT-8605 Fixed
5 lines
83 B
Kotlin
Vendored
5 lines
83 B
Kotlin
Vendored
fun Int.<caret>foo(a: Int, b: Int): Int = a + b
|
|
|
|
fun test() {
|
|
0.foo(1, b = 2)
|
|
} |