Eclalang / Ecla

Ecla is a programming language that is designed to be easy to learn and use. It is a general purpose language that can be used for many different things.
https://ecla.dev
MIT License
79 stars 0 forks source link

fix condition in set() in struct.go #408

Closed Sanegv closed 5 months ago

Sanegv commented 5 months ago

line 88 in struct.go, we can never reach this condition, because any is of type any(...), not of type any. Just check the substring [:3]