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 Jun 19, 2024
1 parent e3f7804 commit 1df466b
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 @@ -7898,9 +7898,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 1df466b

Please sign in to comment.