Support comments on attributes (#5850)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -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 │
|
||||
╰────
|
||||
|
||||
Reference in New Issue
Block a user