Skip to content

Commit 6c9c5d2

Browse files
committed
WIP
1 parent 1a63542 commit 6c9c5d2

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
@@ -25354,10 +25354,11 @@ \subsection{Interface Types}
2535425354
Let $T$ be a type, and let $T'$ be the transitive alias expansion of $T$
2535525355
(\ref{typedef}).
2535625356
We say that $T$ is an \Index{interface type} if{}f
25357-
$T'$ is of the form \code{$C$<\List{T}{1}{k}>},
25357+
$T'$ is of the form \code{$C$<\List{T}{1}{k}>}
25358+
for some $k \geq 0$,
2535825359
where $C$ denotes a class different from \code{Never} and \code{Null},
2535925360
% TODO(eernst): Add mixin classes when supported
25360-
or $C$ denotes a mixin
25361+
or $C$ denotes a mixin
2536125362
(\ref{mixins}),
2536225363
or an enumerated type
2536325364
(\ref{enums}).

0 commit comments

Comments
 (0)