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 1a63542 commit 6c9c5d2Copy full SHA for 6c9c5d2
specification/dartLangSpec.tex
@@ -25354,10 +25354,11 @@ \subsection{Interface Types}
25354
Let $T$ be a type, and let $T'$ be the transitive alias expansion of $T$
25355
(\ref{typedef}).
25356
We say that $T$ is an \Index{interface type} if{}f
25357
-$T'$ is of the form \code{$C$<\List{T}{1}{k}>},
+$T'$ is of the form \code{$C$<\List{T}{1}{k}>}
25358
+for some $k \geq 0$,
25359
where $C$ denotes a class different from \code{Never} and \code{Null},
25360
% TODO(eernst): Add mixin classes when supported
-or $C$ denotes a mixin
25361
+or $C$ denotes a mixin
25362
(\ref{mixins}),
25363
or an enumerated type
25364
(\ref{enums}).
0 commit comments