Fixing fallout from temporary solution to field access
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user