natalie-lang / natalie

a work-in-progress Ruby compiler, written in Ruby and C++
https://natalie-lang.org
MIT License
931 stars 61 forks source link

Even more self assignment fixes #2186

Closed herwinw closed 2 months ago

herwinw commented 2 months ago
self.foo += bar
self[foo] += bar
herwinw commented 2 months ago

I think these two are the last ones