Closed
Description
declare class A {
get length() : number;
}
Giving the error '{' expected.
As @JsonFreeman said
This is a bad error because fixing it (by putting the braces) will just lead you to another error (no accessors in ambient context)