Field access codegen works, properly converts to arrows

This commit is contained in:
Krzosa Karol
2022-06-10 21:46:14 +02:00
parent db7303a2c1
commit 2db6722406
4 changed files with 15 additions and 17 deletions

View File

@@ -7,6 +7,7 @@ test: Test
member := test.len
enum_val: Memory.Allocator_Kind = Memory.Allocator_Kind.Heap
other_enum_val: S64 = cast(enum_val: S64)
a_type :: S64
pointer_type :: *S64