Yes it's the same as `list + "w"`, plus is an oper...
# android
m
Yes it's the same as
list + "w"
, plus is an operator overloading (https://kotlinlang.org/docs/reference/operator-overloading.html)