If I type
```
function test () {
```
and then press Enter (without closing the curly bracket yet), I get an error popup message saying:
> Object reference not set to an instance of an object.
```
function test () {
```
and then press Enter (without closing the curly bracket yet), I get an error popup message saying:
> Object reference not set to an instance of an object.