prettier/tests/async/parens.js

4 lines
82 B
JavaScript

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