Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
const
to misleading double assignment (#113)
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.
- Loading branch information