We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c67bd commit 7561634Copy full SHA for 7561634
docs/docs/reference/other-new-features/indentation-new.md
@@ -141,6 +141,9 @@ Packaging ::= ‘package’ QualId [colonEol] ‘{’ TopStatSeq ‘}’
141
RefinedType ::= AnnotType {[colonEol] Refinement}
142
```
143
Here, `colonEol` stands for ": at end of line", as described above.
144
+The lexical analyzer is modified so that a `:` at the end of a line
145
+is reported as `colonEol` if the parser is at a point where a `colonEol` is
146
+valid as next token.
147
148
### Spaces vs Tabs
149
0 commit comments