Skip to content

NAM004

NAM004 — selective import combined with alias

SubsystemNames
Severityerror

A selective import (import foo.{a, b}) cannot also carry an as alias — the two binding forms are mutually exclusive. Use one or the other.

From your terminal:

Terminal window
q64 explain NAM004