Commit a5a1e73
Add type annotation to fix FS0072 in bootstrap build
The bootstrap compiler needs an explicit type annotation on the 'g' parameter
in GenAttribArg to resolve g.ilg.typ_Object, since g's type is not constrained
until later match cases (TypeOfExpr, EnumExpr, etc.).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent dcaa43f commit a5a1e73
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10183 | 10183 | | |
10184 | 10184 | | |
10185 | 10185 | | |
10186 | | - | |
| 10186 | + | |
10187 | 10187 | | |
10188 | 10188 | | |
10189 | 10189 | | |
| |||
0 commit comments