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 a438b2f commit ebfa4eaCopy full SHA for ebfa4ea
specification/dartLangSpec.tex
@@ -25370,10 +25370,11 @@ \subsection{Interface Types}
25370
Let $T$ be a type, and let $T'$ be the transitive alias expansion of $T$
25371
(\ref{typedef}).
25372
We say that $T$ is an \Index{interface type} if{}f
25373
-$T'$ is of the form \code{$C$<\List{T}{1}{k}>},
+$T'$ is of the form \code{$C$<\List{T}{1}{k}>}
25374
+for some $k \geq 0$,
25375
where $C$ denotes a class different from \code{Never} and \code{Null},
25376
% TODO(eernst): Add mixin classes when supported
-or $C$ denotes a mixin
25377
+or $C$ denotes a mixin
25378
(\ref{mixins}),
25379
or an enumerated type
25380
(\ref{enums}).
0 commit comments