8cf965db7e
moves lambda functions in function calls inside and outside of the
parenthesis: foo({ it }) <-> foo() { it }
3 lines
48 B
Plaintext
3 lines
48 B
Plaintext
fun foo() {
|
|
<spot>bar(2) { it * 3 }</spot>
|
|
} |