c305a42128
This affects editor template only since Change Signature already puts converted receiver at the parameter list start by default #KT-15543 Fixed
3 lines
64 B
Kotlin
Vendored
3 lines
64 B
Kotlin
Vendored
fun <caret>String.foo(s: String): String {
|
|
return this + s
|
|
} |