Fixing fallout from temporary solution to field access

This commit is contained in:
Krzosa Karol
2022-06-10 19:31:59 +02:00
parent decab135b8
commit 43fe057cf4
4 changed files with 8 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ pointer_type :: *S64
// null_pointer: pointer_type = null
if_stmt :: (cond: S64): type
new_types.basic_type_assignment()
CONSTANT :: 10
thing := 10
if i := thing + cond, cond > CONSTANT