File tree 1 file changed +6
-7
lines changed
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
170
170
The tokens that can terminate a statement are: literals, identifiers and the following delimiters and reserved words:
171
171
172
172
```
173
- this null true false return type <xml-start>
174
- _ ) ] }
173
+ this null true false return type given <xml-start>
174
+ _ ) ] } outdent
175
175
```
176
176
177
177
The tokens that can begin a statement are all Scala tokens _ except_ the following delimiters and reserved words:
178
178
179
179
```
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
182
184
```
183
185
184
- A ` case ` token can begin a statement only if followed by a
185
- ` class ` or ` object ` token.
186
-
187
186
A _ leading infix operator_ is a symbolic identifier such as ` + ` , or ` approx_== ` , or an identifier in backticks that:
188
187
189
188
- starts a new line, and
You can’t perform that action at this time.
0 commit comments