this is stretching a bit far, but curious what you...
# getting-started
t
this is stretching a bit far, but curious what you think: as I see it's not possible to write
fun <T, R> T.when(block: T.() -> R)
(
when
is in backticks to escape keyword, but Slack can't handle it) to get a
this
with a single block, because the inner block has those arrow-expressions, which is only valid inside real `when`s.