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 1b59f59 commit 49ebdf3Copy full SHA for 49ebdf3
specification/dartLangSpec.tex
@@ -8094,7 +8094,7 @@ \subsubsection{The Instantiation to Bound Algorithm}
8094
\TYPEDEF{} Inv<X> = X \FUNCTION(X);
8095
\CLASS{} B<Y \EXTENDS{} num, Z \EXTENDS{} Inv<Y>{}> \{\}
8096
\\
8097
-B b; // \comment{The raw B means} B<num, Inv<num>{}>.
+\LATE{} B b; // \comment{The raw B means} B<num, Inv<num>{}>.
8098
\end{dartCode}
8099
8100
\commentary{%
0 commit comments