TypeScript-TmLanguage/tests/cases/Issue554.ts

8 строки
144 B
TypeScript

async function f(x: Promise<object>) {
return { ...await x };
}
...new Object()
...function f() {}
...typeof x
...void x
...undefined