Skip to content

Commit

Permalink
Correct example in section about super-bounded types
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Nov 3, 2022
1 parent fc6f80c commit 14efbe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/dartLangSpec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7613,9 +7613,10 @@ \subsection{Super-Bounded Types}
\begin{dartCode}
\CLASS{} A<X \EXTENDS{} num> \{
X x;
A(this.x);
\}
\\
A<Object> a;
A<Object?> a;
\end{dartCode}

\commentary{%
Expand Down

0 comments on commit 14efbe8

Please sign in to comment.