commit | 590e9ffb4cb6f1b065ef943030a01e11ddce6f66 | [log] [tgz] |
---|---|---|
author | Winson <chiuwinson@google.com> | Mon Jan 11 17:06:18 2021 -0800 |
committer | Winson <chiuwinson@google.com> | Tue Jan 12 07:59:07 2021 -0800 |
tree | 79ab36129b4d90c15d882a781df1652b056f927f | |
parent | 565151c5641e737674037237ccfbf556a95f1454 [diff] |
Add SparseArray#set for Kotlin index= operator Just an alias for put to allow `array[index] = value` syntax in Kotlin. Bug: 163565712 Test: manual, used in tests for separate feature Change-Id: Ie9e17b8f4d16a52f4dc213e1ada8d61fce9eedaf