prettier/tests/async/parens.js

4 lines
81 B
JavaScript
Raw Normal View History

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