compiler: fix expanded structs in invoke calls

This commit is contained in:
Ayke van Laethem
2018-10-07 13:19:38 +02:00
parent 4957db89f4
commit e8f211935e
3 changed files with 76 additions and 17 deletions
+4
View File
@@ -9,5 +9,9 @@ is *Thing: foo
is Doubler: 6
is Tuple: 1 7 11 13
Array len: 4
is Tuple: 1 7 11 13
ArrayStruct.Print: 4 3
is Tuple: 0 8 16 24
SmallPair.Print: 3 5
Stringer.String(): foo
Stringer.(*Thing).String(): foo