Skip to content

Commit 5d8501a

Browse files
committed
Integrated invalid_returns.md
Also marked feature spec as background material. Change-Id: I130d60aea7825cbb42738e31d0a262fb18446f67 Reviewed-on: https://dart-review.googlesource.com/c/85959 Reviewed-by: Lasse R.H. Nielsen <[email protected]> Reviewed-by: Leaf Petersen <[email protected]>
1 parent c7e8a37 commit 5d8501a

File tree

3 files changed

+370
-158
lines changed

3 files changed

+370
-158
lines changed

docs/language/dart.sty

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
\definecolor{rationaleColor}{rgb}{0.5,0.5,0.5}
9191

9292
% Environments for different kinds of text.
93-
\newenvironment{Q}[1]{{\bf #1}}{}
93+
\newenvironment{Q}[1]{{\bf{}Upcoming: {#1}}}{}
9494
\newenvironment{rationale}[1]{{\color{rationaleColor}\it{#1}}}{}
9595
\newenvironment{commentary}[1]{{\color{commentaryColor}\sf{#1}}}{}
9696

@@ -104,6 +104,7 @@
104104
% specific topic in a list of similar topics (like many forms of
105105
% expressions of a similar nature).
106106
\newcommand{\Case}[1]{\textbf{Case }$\langle\hspace{0.1em}${#1}$\hspace{0.1em}\rangle$\textbf{.}}
107+
\newcommand{\EndCase}{\mbox{}\hfill$\scriptscriptstyle\Box$\xspace}
107108

108109
\newenvironment{dartCode}[1][!ht] {
109110
\def\@programcr{\@addfield\strut}%

0 commit comments

Comments
 (0)