Skip to content

Commit 23dcf5a

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent c97f998 commit 23dcf5a

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

32533253
\begin{dartCode}
32543254
\CLASS{} A \{
3255-
noSuchMethod(\COVARIANT{} Null n) => n;
3255+
noSuchMethod(\COVARIANT{} Never n) => n;
32563256
\}
32573257
\\
32583258
\VOID{} main() \{

0 commit comments

Comments
 (0)