We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14efbe8 commit 581e7c5Copy full SHA for 581e7c5
specification/dartLangSpec.tex
@@ -8045,7 +8045,7 @@ \subsubsection{The Instantiation to Bound Algorithm}
8045
\TYPEDEF{} Inv<X> = X \FUNCTION(X);
8046
\CLASS{} B<Y \EXTENDS{} num, Z \EXTENDS{} Inv<Y>{}> \{\}
8047
\\
8048
-B b; // \comment{The raw B means} B<num, Inv<num>{}>.
+\LATE{} B b; // \comment{The raw B means} B<num, Inv<num>{}>.
8049
\end{dartCode}
8050
8051
\commentary{%
0 commit comments