Skip to content

Commit 675b37f

Browse files
committed
WIP
1 parent 26c6312 commit 675b37f

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
@@ -25429,10 +25429,11 @@ \subsection{Interface Types}
2542925429
Let $T$ be a type, and let $T'$ be the transitive alias expansion of $T$
2543025430
(\ref{typedef}).
2543125431
We say that $T$ is an \Index{interface type} if{}f
25432-
$T'$ is of the form \code{$C$<\List{T}{1}{k}>},
25432+
$T'$ is of the form \code{$C$<\List{T}{1}{k}>}
25433+
for some $k \geq 0$,
2543325434
where $C$ denotes a class different from \code{Never} and \code{Null},
2543425435
% TODO(eernst): Add mixin classes when supported
25435-
or $C$ denotes a mixin
25436+
or $C$ denotes a mixin
2543625437
(\ref{mixins}),
2543725438
or an enumerated type
2543825439
(\ref{enums}).

0 commit comments

Comments
 (0)