```
x.42
```
Reformat document and a space is introduced before the .
Comments: The parser creates an AST with this of two expression statements 1) "x" 2) "0.42" it then adds a space between these two statements in the formatter.
x.42
```
Reformat document and a space is introduced before the .
Comments: The parser creates an AST with this of two expression statements 1) "x" 2) "0.42" it then adds a space between these two statements in the formatter.