kotlin-spec icon indicating copy to clipboard operation
kotlin-spec copied to clipboard

operators.md: fix expansion of `[0] =`

Open jcsahnwaldt opened this issue 1 year ago • 0 comments

The text said foo[0] = bar is expanded to foo.set(bar), but foo.set(0, bar) would be correct.

jcsahnwaldt avatar Apr 02 '23 01:04 jcsahnwaldt