Support comments on attributes (#5850)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-03-20 16:23:20 +13:00
committed by GitHub
parent 79be72c5f0
commit 461a2c3ab2
319 changed files with 37650 additions and 4752 deletions

View File

@ -7,10 +7,10 @@ KCL ImportCycle error
× import cycle: circular import of modules is not allowed: tests/
│ import_cycle1/import_cycle2.kcl -> tests/import_cycle1/import_cycle3.kcl
│ -> tests/import_cycle1/input.kcl
╭─[2:1]
1@settings(defaultLengthUnit = in)
2 │ import two from "import_cycle2.kcl"
╭─[3:1]
2
3 │ import two from "import_cycle2.kcl"
· ─────────────────┬─────────────────
· ╰── tests/import_cycle1/input.kcl
3
4
╰────