44e727b75c
And not the receiver. So #KT-18253 Fixed
7 lines
122 B
Kotlin
Vendored
7 lines
122 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
fun foo(a: Int, b: Int) = a + b
|
|
|
|
fun test(): String {
|
|
return "Foo: ${<caret>foo(0, 4).toString()}"
|
|
} |