fun foo(list: MutableList) { val list1 = list list1 += 10 }