X Tutup
const foo: (this: void) => void = () => {}; const bar: () => void = foo;
X Tutup