Solved the problem of scope when resolving out of order!!!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user