From fc5a27b2ecbdfff862997df9a291038271867ec2 Mon Sep 17 00:00:00 2001 From: Erik Ernst Date: Thu, 3 Nov 2022 14:04:48 +0100 Subject: [PATCH] Correct example in section about super-bounded types --- specification/dartLangSpec.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/dartLangSpec.tex b/specification/dartLangSpec.tex index 4ed56e6a2..0943484ff 100644 --- a/specification/dartLangSpec.tex +++ b/specification/dartLangSpec.tex @@ -7614,9 +7614,10 @@ \subsection{Super-Bounded Types} \begin{dartCode} \CLASS{} A \{ X x; + A(this.x); \} \\ -A a; +A a; \end{dartCode} \commentary{%