tokiwa-software / fuzion

The Fuzion Language Implementation
https://fuzion-lang.dev
GNU General Public License v3.0
48 stars 11 forks source link

dfa: allow set field in UNIT value if field remove or of unit type, fix 4216 #4217

Closed fridis closed 6 days ago

fridis commented 6 days ago

A field that is removed may result in the outer feature to become a unit type, which caused an error before this patch.