2024-11-18 16:20:32 -06:00
|
|
|
|
---
|
2025-04-22 12:44:52 -05:00
|
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2024-11-18 16:20:32 -06:00
|
|
|
|
description: Error from executing comparisons_multiple.kcl
|
|
|
|
|
---
|
2024-11-25 17:28:57 -06:00
|
|
|
|
KCL Semantic error
|
|
|
|
|
|
|
|
|
|
× semantic: Expected a number, but found a boolean (true/false value)
|
|
|
|
|
╭────
|
2025-04-22 12:44:52 -05:00
|
|
|
|
1 │ assert(3 == 3 == 3, error = "this should not compile")
|
2025-02-26 19:29:59 -08:00
|
|
|
|
· ───┬──
|
|
|
|
|
· ╰── tests/comparisons_multiple/input.kcl
|
2024-11-25 17:28:57 -06:00
|
|
|
|
╰────
|