Files
modeling-app/rust/kcl-lib/tests/import_whole/unparsed.snap

11 lines
233 B
Plaintext
Raw Normal View History

---
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)