File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -170,20 +170,19 @@ A newline in a Scala source text is treated as the special token “nl” if the
170170The tokens that can terminate a statement are: literals, identifiers and the following delimiters and reserved words:
171171
172172```
173- this null true false return type <xml-start>
174- _ ) ] }
173+ this null true false return type given <xml-start>
174+ _ ) ] } outdent
175175```
176176
177177The tokens that can begin a statement are all Scala tokens _ except_ the following delimiters and reserved words:
178178
179179```
180- catch else extends finally forSome match with yield
181- , . ; : = => <- <: <% >: # [ ) ] }
180+ catch do else extends finally forSome macro
181+ match then with yield
182+ , . ; : = => <- <: <% >: # =>> ?=>
183+ ) ] } outdent
182184```
183185
184- A ` case ` token can begin a statement only if followed by a
185- ` class ` or ` object ` token.
186-
187186A _ leading infix operator_ is a symbolic identifier such as ` + ` , or ` approx_== ` , or an identifier in backticks that:
188187
189188- starts a new line, and
You can’t perform that action at this time.
0 commit comments