Join Slack
Communities
Powered by
I think this syntax is possible and would be non-b...
# language-proposals
i
ilya.gorbunov
03/09/2017, 2:46 PM
I think this syntax is possible and would be non-breaking:
Copy code
when (str) { "foo" -> foo() .contains("bar") -> bar() .let { "baz" in it } -> baz() }
👍 4
Open in Slack
Previous
Next