beefytech / Beef

Beef Programming Language
http://www.beeflang.org
Other
2.49k stars 128 forks source link

Fix dangling error when typing delegate #2025

Closed Fusioon closed 1 week ago

Fusioon commented 1 week ago

Fixes #1968 and i also noticed that function void Foo() { } is allowed so i tried to fix that, i'm not sure if my solution is correct but from my testing it seems to be doing what is expected.