* fix unwrap Signed-off-by: Jess Frazelle <github@jessfraz.com> * add test Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * udaptes Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
15 lines
652 B
Plaintext
15 lines
652 B
Plaintext
---
|
||
source: kcl-lib/src/simulation_tests.rs
|
||
description: Error from executing panic_repro_cube.kcl
|
||
---
|
||
KCL Semantic error
|
||
|
||
× semantic: This function expected the input argument to be Edge
|
||
╭─[43:5]
|
||
42 │ // these double wrapped functions are the point of this test
|
||
43 │ getNextAdjacentEdge(getNextAdjacentEdge(seg01)),
|
||
· ───────────────────────┬───────────────────────
|
||
· ╰── tests/panic_repro_cube/input.kcl
|
||
44 │ getNextAdjacentEdge(getNextAdjacentEdge(seg02))
|
||
╰────
|