Files
modeling-app/rust/kcl-lib/tests/add_arrays/unparsed.snap
2025-07-01 19:58:27 -04:00

8 lines
143 B
Plaintext

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