leo/tests/expectations/compiler/tuple/access_negative_fail.out

6 lines
332 B
Plaintext
Raw Normal View History

2022-07-10 01:02:45 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-10-06 09:52:37 +03:00
- "Error [EPAR0370005]: expected 'address', 'bool', 'field', 'group', 'scalar', 'string', 'i8', 'i16', 'i32', 'i64', 'i128', 'u8', 'u16', 'u32', 'u64', 'u128' -- found '('\n --> compiler-test:5:16\n |\n 5 | let t: (bool, bool) = (a, b);\n | ^"