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