Skip to content

Commit 2f99c35

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent adbdef6 commit 2f99c35

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

34303430
\begin{dartCode}
34313431
\CLASS{} A \{
3432-
noSuchMethod(\COVARIANT{} Null n) => n;
3432+
noSuchMethod(\COVARIANT{} Never n) => n;
34333433
\}
34343434
\\
34353435
\VOID{} main() \{

0 commit comments

Comments
 (0)