Fix to use correct units for array range expressions (#6837)
* Fix to use correct units for array range expressions * Update output
This commit is contained in:
2
rust/kcl-lib/tests/array_range_mismatch_units/input.kcl
Normal file
2
rust/kcl-lib/tests/array_range_mismatch_units/input.kcl
Normal file
@ -0,0 +1,2 @@
|
||||
a = [1mm..3cm]
|
||||
assertIs(false, error = "shouldn't make it here")
|
Reference in New Issue
Block a user