Skip to content

Commit 14e50e7

Browse files
committed
WIP
1 parent 19d5d68 commit 14e50e7

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

0 commit comments

Comments
 (0)