Join Slack
Powered by
<@U1TCY49GT>, thus it's better to make `get` untyp...
# getting-started
i
ilya.gorbunov
08/02/2016, 3:03 PM
@dstarcev
, thus it's better to make
get
untyped, and cast value on a call-site:
Copy code
fun get(key: String): Any? ... val intValue = kvStore.get("key") as Int
Open in Slack
Previous
Next