Skip to content

NAM005

NAM005 — name collision in import scope

SubsystemNames
Severityerror

Two imports bind the same name into one scope, so a use would be ambiguous. Rename one binding with as.

From your terminal:

Terminal window
q64 explain NAM005