tokiwa-software / fuzion

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

example: webserver_java #3253

Closed michaellilltokiwa closed 4 days ago

michaellilltokiwa commented 5 days ago

this works:

c outcome unit =>

    say "hallo"
    _ := 4

but in test webserver_java an explicit unit is necessary for a result of outcome unit

michaellilltokiwa commented 4 days ago

duplicate #3233