Skip to content

Commit 717f18b

Browse files
committed
WIP
1 parent 886c509 commit 717f18b

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
@@ -25149,10 +25149,11 @@ \subsection{Interface Types}
2514925149
Let $T$ be a type, and let $T'$ be the transitive alias expansion of $T$
2515025150
(\ref{typedef}).
2515125151
We say that $T$ is an \Index{interface type} if{}f
25152-
$T'$ is of the form \code{$C$<\List{T}{1}{k}>},
25152+
$T'$ is of the form \code{$C$<\List{T}{1}{k}>}
25153+
for some $k \geq 0$,
2515325154
where $C$ denotes a class different from \code{Never} and \code{Null},
2515425155
% TODO(eernst): Add mixin classes when supported
25155-
or $C$ denotes a mixin
25156+
or $C$ denotes a mixin
2515625157
(\ref{mixins}),
2515725158
or an enumerated type
2515825159
(\ref{enums}).

0 commit comments

Comments
 (0)