Files
modeling-app/rust/kcl-lib/tests/comparisons_multiple/execution_error.snap

13 lines
383 B
Plaintext
Raw Normal View History

---
source: kcl/src/simulation_tests.rs
description: Error from executing comparisons_multiple.kcl
---
KCL Semantic error
× semantic: Expected a number, but found a boolean (true/false value)
╭────
1 │ assert(3 == 3 == 3, "this should not compile")
· ───┬──
· ╰── tests/comparisons_multiple/input.kcl
╰────