From 581e7c55b297b2660dcd8631b8bc09dc0872ea37 Mon Sep 17 00:00:00 2001 From: Erik Ernst Date: Fri, 2 Dec 2022 14:21:06 +0100 Subject: [PATCH] Correction based on https://github.com/dart-lang/language/issues/2679 --- specification/dartLangSpec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/dartLangSpec.tex b/specification/dartLangSpec.tex index 318ec4b9e6..d0c3102e50 100644 --- a/specification/dartLangSpec.tex +++ b/specification/dartLangSpec.tex @@ -8045,7 +8045,7 @@ \subsubsection{The Instantiation to Bound Algorithm} \TYPEDEF{} Inv = X \FUNCTION(X); \CLASS{} B{}> \{\} \\ -B b; // \comment{The raw B means} B{}>. +\LATE{} B b; // \comment{The raw B means} B{}>. \end{dartCode} \commentary{%