Commit a0a1a5d
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 26e4d83 commit a0a1a5d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10182 | 10182 | | |
10183 | 10183 | | |
10184 | 10184 | | |
10185 | | - | |
| 10185 | + | |
10186 | 10186 | | |
10187 | 10187 | | |
10188 | 10188 | | |
| |||
0 commit comments