Files
modeling-app/rust/kcl-lib/tests/array_range_mismatch_units/input.kcl
Jonathan Tran 1a325d0b29 Fix to use correct units for array range expressions (#6837)
* Fix to use correct units for array range expressions

* Update output
2025-05-12 01:30:33 -04:00

3 lines
65 B
Plaintext

a = [1mm..3cm]
assertIs(false, error = "shouldn't make it here")