We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d5d68 commit 14e50e7Copy full SHA for 14e50e7
specification/dartLangSpec.tex
@@ -25358,10 +25358,11 @@ \subsection{Interface Types}
25358
Let $T$ be a type, and let $T'$ be the transitive alias expansion of $T$
25359
(\ref{typedef}).
25360
We say that $T$ is an \Index{interface type} if{}f
25361
-$T'$ is of the form \code{$C$<\List{T}{1}{k}>},
+$T'$ is of the form \code{$C$<\List{T}{1}{k}>}
25362
+for some $k \geq 0$,
25363
where $C$ denotes a class different from \code{Never} and \code{Null},
25364
% TODO(eernst): Add mixin classes when supported
-or $C$ denotes a mixin
25365
+or $C$ denotes a mixin
25366
(\ref{mixins}),
25367
or an enumerated type
25368
(\ref{enums}).
0 commit comments