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 886c509 commit 717f18bCopy full SHA for 717f18b
specification/dartLangSpec.tex
@@ -25149,10 +25149,11 @@ \subsection{Interface Types}
25149
Let $T$ be a type, and let $T'$ be the transitive alias expansion of $T$
25150
(\ref{typedef}).
25151
We say that $T$ is an \Index{interface type} if{}f
25152
-$T'$ is of the form \code{$C$<\List{T}{1}{k}>},
+$T'$ is of the form \code{$C$<\List{T}{1}{k}>}
25153
+for some $k \geq 0$,
25154
where $C$ denotes a class different from \code{Never} and \code{Null},
25155
% TODO(eernst): Add mixin classes when supported
-or $C$ denotes a mixin
25156
+or $C$ denotes a mixin
25157
(\ref{mixins}),
25158
or an enumerated type
25159
(\ref{enums}).
0 commit comments