Files
modeling-app/rust/kcl-lib/tests/argument_error/execution_error.snap

14 lines
290 B
Plaintext
Raw Normal View History

---
source: kcl/src/simulation_tests.rs
description: Error from executing argument_error.kcl
---
KCL Type error
× type: Expected an array but found Function
╭─[5:5]
4 │
5 │ map(f, [0, 1])
· ┬
· ╰── tests/argument_error/input.kcl
╰────