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 fc823bd commit 31ec5d6Copy full SHA for 31ec5d6
specification/dartLangSpec.tex
@@ -8250,7 +8250,7 @@ \subsubsection{The Instantiation to Bound Algorithm}
8250
\TYPEDEF{} Inv<X> = X \FUNCTION(X);
8251
\CLASS{} B<Y \EXTENDS{} num, Z \EXTENDS{} Inv<Y>{}> \{\}
8252
\\
8253
-B b; // \comment{The raw B means} B<num, Inv<num>{}>.
+\LATE{} B b; // \comment{The raw B means} B<num, Inv<num>{}>.
8254
\end{dartCode}
8255
8256
\commentary{%
0 commit comments