Commit 6f02941
authored
Add
In `const a = b = ...`, only `a` ends up const, although the syntax
is arguably confusing. I don't think it matters to much in this context,
but TBAA_FLAGS was clearly intended to be const, so annotate it as such.const to misleading double assignment (#113)1 parent 76e23b2 commit 6f02941
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments