tokiwa-software / fuzion

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

examples: fix webserver examples #3254

Closed michaellilltokiwa closed 5 days ago

michaellilltokiwa commented 5 days ago

This is due to recent changes, that a each expression in a block must result in unit and also redef is now always required even when implementing an abstract method.