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 0a2fb60 commit e2e6158Copy full SHA for e2e6158
specification/dartLangSpec.tex
@@ -8086,7 +8086,7 @@ \subsubsection{The Instantiation to Bound Algorithm}
8086
\TYPEDEF{} Inv<X> = X \FUNCTION(X);
8087
\CLASS{} B<Y \EXTENDS{} num, Z \EXTENDS{} Inv<Y>{}> \{\}
8088
\\
8089
-B b; // \comment{The raw B means} B<num, Inv<num>{}>.
+\LATE{} B b; // \comment{The raw B means} B<num, Inv<num>{}>.
8090
\end{dartCode}
8091
8092
\commentary{%
0 commit comments