Join Slack
Powered by
Actually, you don't need returnType if all you nee...
# language-proposals
e
elizarov
11/06/2016, 6:09 PM
Actually, you don't need returnType if all you need is just to get a value. Just do
val value = get.get(...)
. Why would you need a
cast
?
Open in Slack
Previous
Next