{
    const i = new Boolean(false);
    expectInspect(i, '[Boolean: false]');
    // @ts-ignore
    i.extra = true;