7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Result of unparsing array_range_negative_expr.kcl
|
|
---
|
|
xs = [-5 .. 5]
|
|
assert(xs[0], isEqualTo = -5, error = "first element is -5")
|