Skip to content

Commit 7fdad1a

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent 5947b28 commit 7fdad1a

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
@@ -3491,7 +3491,7 @@ \subsubsection{The Method \code{noSuchMethod}}
34913491

34923492
\begin{dartCode}
34933493
\CLASS{} A \{
3494-
noSuchMethod(\COVARIANT{} Null n) => n;
3494+
noSuchMethod(\COVARIANT{} Never n) => n;
34953495
\}
34963496
\\
34973497
\VOID{} main() \{

0 commit comments

Comments
 (0)