外觀
不允許在非 Promise 值上使用 await。
await 運算子應該只用於 Promise 值。
await
Promise
async function bad() { await await promise; }