2024-11-18 16:20:32 -06:00
|
|
|
|
---
|
|
|
|
|
source: kcl/src/simulation_tests.rs
|
|
|
|
|
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)
|
|
|
|
|
╭────
|
|
|
|
|
1 │ assert(3 == 3 == 3, "this should not compile")
|
|
|
|
|
· ──────
|
|
|
|
|
╰────
|