Skip to content

Commit a320697

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent 165fb62 commit a320697

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

34153415
\begin{dartCode}
34163416
\CLASS{} A \{
3417-
noSuchMethod(\COVARIANT{} Null n) => n;
3417+
noSuchMethod(\COVARIANT{} Never n) => n;
34183418
\}
34193419
\\
34203420
\VOID{} main() \{

0 commit comments

Comments
 (0)