Skip to content

Commit c5f27c5

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent b07d818 commit c5f27c5

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

32383238
\begin{dartCode}
32393239
\CLASS{} A \{
3240-
noSuchMethod(\COVARIANT{} Null n) => n;
3240+
noSuchMethod(\COVARIANT{} Never n) => n;
32413241
\}
32423242
\\
32433243
\VOID{} main() \{

0 commit comments

Comments
 (0)