Skip to content

Commit a909bbe

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent 492ba5a commit a909bbe

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

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

0 commit comments

Comments
 (0)