Join Slack
Powered by
if it's an expression, it still needs to have a ty...
# getting-started
k
kevinmost
08/10/2017, 7:16 PM
if it's an expression, it still needs to have a type, from what I know. Your best bet is
Copy code
when(cond) { branch -> { if (otherCond) foo() } }
Open in Slack
Previous
Next