mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-03 07:16:27 +03:00
6 lines
303 B
Plaintext
6 lines
303 B
Plaintext
---
|
|
namespace: Compile
|
|
expectation: Fail
|
|
outputs:
|
|
- "Error [ETYC0372003]: Expected type `boolean` but type `u64` was found\n --> compiler-test:4:31\n |\n 4 | let t: (bool, bool) = (a, 1u64); // We should be declaring to a boolean, not a u64.\n | ^^^^\n"
|