One liners like that can also benefit from this sh...
# tornadofx
e
One liners like that can also benefit from this shortened syntax:
fun foo(bar: String = "bar", baz: (String) -> String = { bar }) = baz(bar)
👍 3