Skip to content

Commit 0a2fb60

Browse files
committed
Correct example in section about super-bounded types
1 parent eadaecf commit 0a2fb60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/dartLangSpec.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -7654,9 +7654,10 @@ \subsection{Super-Bounded Types}
76547654
\begin{dartCode}
76557655
\CLASS{} A<X \EXTENDS{} num> \{
76567656
X x;
7657+
A(this.x);
76577658
\}
76587659
\\
7659-
A<Object> a;
7660+
A<Object?> a;
76607661
\end{dartCode}
76617662

76627663
\commentary{%

0 commit comments

Comments
 (0)