Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(semantic): add
SymbolTable::symbol_is_mutated
method (#7755)
Add `SymbolTable::symbol_is_mutated` method. Returns `true` if the symbol is not a `const` and has any references with `ReferenceFlags::Write`.
- Loading branch information