Skip to content

Commit 16367fd

Browse files
committed
WIP
1 parent dc5f593 commit 16367fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

specification/dartLangSpec.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25422,10 +25422,11 @@ \subsection{Interface Types}
2542225422
Let $T$ be a type, and let $T'$ be the transitive alias expansion of $T$
2542325423
(\ref{typedef}).
2542425424
We say that $T$ is an \Index{interface type} if{}f
25425-
$T'$ is of the form \code{$C$<\List{T}{1}{k}>},
25425+
$T'$ is of the form \code{$C$<\List{T}{1}{k}>}
25426+
for some $k \geq 0$,
2542625427
where $C$ denotes a class different from \code{Never} and \code{Null},
2542725428
% TODO(eernst): Add mixin classes when supported
25428-
or $C$ denotes a mixin
25429+
or $C$ denotes a mixin
2542925430
(\ref{mixins}),
2543025431
or an enumerated type
2543125432
(\ref{enums}).

0 commit comments

Comments
 (0)