Join Slack
Powered by
Is kotlin assignment like references or aliases or...
# getting-started
r
Regan Russell
10/11/2017, 1:10 AM
Is kotlin assignment like references or aliases or something...? If I do something like: var item2 = item as LinkedTreeMap<String,Any> item2["id"} = "foo" I look at item["id"} after that and it contains "foo" Why is the expected behavior..?
Open in Slack
Previous
Next