Solved the problem of scope when resolving out of order!!!

This commit is contained in:
Krzosa Karol
2022-06-10 16:23:34 +02:00
parent e2d07923c8
commit 11e7bd52fd
4 changed files with 13 additions and 47 deletions

View File

@@ -20,7 +20,7 @@ for_stmt :: ()
out_of_order_resolving()
out_of_order_resolving :: ()
i = 10
i := 10
add_10 :: (size: S64): S64
add_20 :: (new_size: S64): S64