--- source: crates/biome_js_analyze/tests/spec_tests.rs expression: valid.jsonc --- # Input ```cjs new Promise((resolve, reject) => {}) ``` # Input ```cjs new Promise((resolve, reject) => {}, async function unrelated() {}) ``` # Input ```cjs new Foo(async (resolve, reject) => {}) ``` # Input ```cjs new Foo((( (resolve, reject) => {} ))) ```