I've never seen anything like this before so it lo...
# getting-started
j
I've never seen anything like this before so it looks very odd.
n
so it looks like a nice code block if you move the content on its own line
Copy code
myFun(foo) {
  bar -> handleBar(bar)
}
k
And it makes for very neat code if there are no other parameters:
list.map { it * 2 }
m
And nicer DSL's.
d
We Kotliners love our Kotlin DSL´s 😉
K 4