mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-11 10:22:33 +03:00
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
---
|
|
namespace: ParseExpression
|
|
expectation: Fail
|
|
outputs:
|
|
- " --> test:1:1\n |\n 1 | [...0u8; 1]\n | ^^^^^^^\n |\n = illegal spread in array initializer"
|
|
- " --> test:1:1\n |\n 1 | [...0; 1]\n | ^^^^^\n |\n = illegal spread in array initializer"
|