1d90b2e1fe
- Do not wrap parameters with '()' - Do not set return type for them - Fix existing testData
3 lines
80 B
Kotlin
Vendored
3 lines
80 B
Kotlin
Vendored
fun foo() {
|
|
val v1 = {<caret>z: Int, y: String -> println(z); println(y) }
|
|
} |