Skip to content

Commit ebfa4ea

Browse files
committed
WIP
1 parent a438b2f commit ebfa4ea

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
@@ -25370,10 +25370,11 @@ \subsection{Interface Types}
2537025370
Let $T$ be a type, and let $T'$ be the transitive alias expansion of $T$
2537125371
(\ref{typedef}).
2537225372
We say that $T$ is an \Index{interface type} if{}f
25373-
$T'$ is of the form \code{$C$<\List{T}{1}{k}>},
25373+
$T'$ is of the form \code{$C$<\List{T}{1}{k}>}
25374+
for some $k \geq 0$,
2537425375
where $C$ denotes a class different from \code{Never} and \code{Null},
2537525376
% TODO(eernst): Add mixin classes when supported
25376-
or $C$ denotes a mixin
25377+
or $C$ denotes a mixin
2537725378
(\ref{mixins}),
2537825379
or an enumerated type
2537925380
(\ref{enums}).

0 commit comments

Comments
 (0)