Is kotlin assignment like references or aliases or...
# getting-started
r
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..?