Conflicting USE declarations.
          #2143   Compile-time error
          Conflicting USE declarations.
Additional Information
 The import statement has more than one use clause for X.
Explanation
An IMPORT statement is trying to import the same object multiple times. Two or more use clauses
        in an import statement refer to the same name.