-
Notifications
You must be signed in to change notification settings - Fork 41
Closed as not planned
Description
When parsing import nodes, the symbol role on the occurrence is defaulted to read access role. As far as I can tell, it should (also/instead) have an import role
| symbol_roles: scip.SymbolRole.ReadAccess, |
| override visitImportFromAs(node: ImportFromAsNode): boolean { |
| Import = 2, |
Reactions are currently unavailable