app crash from the editor on } [FIXED]

if you type } on a line by itself and hit return, it crashes the app

I also ran into this bug.

My code looks like this:

badGuys = {
    BadGuy(1),
    BadGuy(2)
}

Pressing return after that } causes the app to crash.

Looking into this. A bit tricky to figure out what’s going on here.

Edit: Not so tricky after all. This is fixed now. Thanks so much for the report!