Commit 0db2804
fix(visitor): treat RETURNS Void as void return type like Nothing
buildMicroflowDataType already recognized bare "Nothing" as a void return
type, but "Void" was falling through to the entity-reference path, causing
"entity '.Void' not found" at execution time.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 61bfe1b commit 0db2804
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments