working scopes

This commit is contained in:
uan
2026-02-04 08:45:05 +01:00
parent 969de6a59b
commit 52c92386d7
2 changed files with 19 additions and 9 deletions

View File

@@ -4,6 +4,6 @@ fn foo() int {
return y;
}
fn bar() float {
fn bar() real {
return 5.5;
}