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 2ec1bfd commit fcb71e4Copy full SHA for fcb71e4
specification/dartLangSpec.tex
@@ -25169,10 +25169,11 @@ \subsection{Interface Types}
25169
Let $T$ be a type, and let $T'$ be the transitive alias expansion of $T$
25170
(\ref{typedef}).
25171
We say that $T$ is an \Index{interface type} if{}f
25172
-$T'$ is of the form \code{$C$<\List{T}{1}{k}>},
+$T'$ is of the form \code{$C$<\List{T}{1}{k}>}
25173
+for some $k \geq 0$,
25174
where $C$ denotes a class different from \code{Never} and \code{Null},
25175
% TODO(eernst): Add mixin classes when supported
-or $C$ denotes a mixin
25176
+or $C$ denotes a mixin
25177
(\ref{mixins}),
25178
or an enumerated type
25179
(\ref{enums}).
0 commit comments