Skip to content

Commit dd725b9

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent 3f54e9f commit dd725b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/dartLangSpec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3250,7 +3250,7 @@ \subsubsection{The Method \code{noSuchMethod}}
32503250

32513251
\begin{dartCode}
32523252
\CLASS{} A \{
3253-
noSuchMethod(\COVARIANT{} Null n) => n;
3253+
noSuchMethod(\COVARIANT{} Never n) => n;
32543254
\}
32553255
\\
32563256
\VOID{} main() \{

0 commit comments

Comments
 (0)