* Add parsing arrays and objects as binary operands * Add sim test showing the error message
6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Result of unparsing add_arrays.kcl
|
|
---
|
|
answer = [0, 1] + [2]
|