2024-11-18 16:20:32 -06:00
|
|
|
|
---
|
2025-03-18 20:34:44 -07:00
|
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2024-11-18 16:20:32 -06:00
|
|
|
|
description: Error from executing array_index_oob.kcl
|
|
|
|
|
---
|
2024-11-25 17:28:57 -06:00
|
|
|
|
KCL UndefinedValue error
|
|
|
|
|
|
|
|
|
|
× undefined value: The array doesn't have any item at index 0
|
|
|
|
|
╭─[2:5]
|
|
|
|
|
1 │ arr = []
|
|
|
|
|
2 │ x = arr[0]
|
2025-02-26 19:29:59 -08:00
|
|
|
|
· ───┬──
|
|
|
|
|
· ╰── tests/array_index_oob/input.kcl
|
2024-11-25 17:28:57 -06:00
|
|
|
|
╰────
|