We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56870de commit c301b05Copy full SHA for c301b05
tests/cases/arrays/array_in_struct.lyte
@@ -3,7 +3,7 @@
3
assert(cond: bool) → void
4
5
struct ArrayInStruct {
6
- array:[i8]
+ array:[i8; 1]
7
}
8
9
test {
0 commit comments