Files
modeling-app/rust/kcl-lib/tests/import_whole/unparsed.snap
Nick Cameron 7d7b153085 Add START and END constants to std (#6270)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-14 20:37:45 +12:00

11 lines
231 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Result of unparsing import_whole.kcl
---
@settings(defaultLengthUnit = mm)
import "exported_mod.kcl" as foo
bar = foo
|> shell(faces = [END], thickness = foo::thickness)