mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
This is needed to ensure that the base of the RHS of an ImportEqualsDeclaration is bound to a namespace. That is, B below should be bound to a namespace: import A = B.C.D;