Files
modeling-app/rust/kcl-lib/tests/add_arrays/unparsed.snap
Jonathan Tran fba62dab98 Add parsing arrays and objects as binary operands (#7661)
* Add parsing arrays and objects as binary operands

* Add sim test showing the error message
2025-07-01 23:33:36 +00:00

6 lines
118 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Result of unparsing add_arrays.kcl
---
answer = [0, 1] + [2]