2024-11-18 16:20:32 -06:00
|
|
|
|
---
|
2025-03-18 16:36:48 -07:00
|
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2024-11-18 16:20:32 -06:00
|
|
|
|
description: Error from executing invalid_index_str.kcl
|
|
|
|
|
---
|
2024-11-25 17:28:57 -06:00
|
|
|
|
KCL Semantic error
|
|
|
|
|
|
2025-04-28 12:08:47 -04:00
|
|
|
|
× semantic: Only numbers (>= 0) can be indexes
|
2024-11-25 17:28:57 -06:00
|
|
|
|
╭─[2:5]
|
|
|
|
|
1 │ arr = [1, 2, 3]
|
|
|
|
|
2 │ x = arr["s"]
|
2025-02-26 19:29:59 -08:00
|
|
|
|
· ────┬───
|
|
|
|
|
· ╰── tests/invalid_index_str/input.kcl
|
2024-11-25 17:28:57 -06:00
|
|
|
|
╰────
|