// `new` with initializer new A() { foo: "bar" } // `new` followed by an empty block new A() {}