Skip to content

Commit c301b05

Browse files
committed
#6 fixed size array
1 parent 56870de commit c301b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/arrays/array_in_struct.lyte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
assert(cond: bool) → void
44

55
struct ArrayInStruct {
6-
array:[i8]
6+
array:[i8; 1]
77
}
88

99
test {

0 commit comments

Comments
 (0)