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