| 9 | export const shouldReport2 = Effect.fail(new globalThis.Error("global error")) |
| 10 | |
| 11 | export class BaseExtendsError extends Error { |
| 12 | } |
| 13 | |
| 14 | // this is not fine because it extends the global Error type without changing it |
nothing calls this directly
no outgoing calls
no test coverage detected