Skip to content

Commit

Permalink
Add space around binary operator
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Aug 13, 2021
1 parent 06a4b60 commit 4f831b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/scoping.tex
Expand Up @@ -79,7 +79,7 @@ \subsection{Simple Name Lookup}\label{simple-name-lookup}
Among declared named elements (\lstinline!class-definition! and \lstinline!component-declaration!) of the class (including elements inherited from base classes).
\item
Among the import names of qualified \lstinline!import!-clauses in the \emph{instance} scope.
The import name of \lstinline!import A.B.C!; is \lstinline!C! and the import name of \lstinline!import D=A.B.C;! is \lstinline!D!.
The import name of \lstinline!import A.B.C!; is \lstinline!C! and the import name of \lstinline!import D = A.B.C;! is \lstinline!D!.
\item
Among the public members of packages imported via unqualified \lstinline!import!-clauses in the \emph{instance} scope. It is an error if this step produces matches from several unqualified imports.
\end{itemize}
Expand Down

0 comments on commit 4f831b8

Please sign in to comment.