Skip to content

Commit f17313d

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent db2ee68 commit f17313d

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

34353435
\begin{dartCode}
34363436
\CLASS{} A \{
3437-
noSuchMethod(\COVARIANT{} Null n) => n;
3437+
noSuchMethod(\COVARIANT{} Never n) => n;
34383438
\}
34393439
\\
34403440
\VOID{} main() \{

0 commit comments

Comments
 (0)