Commit acb94b2
Fix module parser to accept undefined (???) body
The module parser required at least one real definition inside
its body, unlike every other scope parser which accepts ???.
This caused parse errors for `module X is { ??? }`.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e5a3ac6 commit acb94b2
File tree
1 file changed
+3
-1
lines changed1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments