prettier/tests/async/parens.js

4 lines
81 B
JavaScript

async function *f(){ await (yield x); }
async function f(){ await (() => {}); }