leo/tests/expectations/compiler/integers/i16/max_fail.out

6 lines
233 B
Plaintext
Raw Normal View History

---
namespace: Compile
expectation: Fail
outputs:
2022-10-06 09:52:37 +03:00
- "Error [ETYC0372008]: The value 32768 is not a valid `i16`\n --> compiler-test:5:24\n |\n 5 | const a: i16 = 32768i16;\n | ^^^^^^^^\n"