John Smith
john@example.com
---
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]