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