Open Bistard opened 10 months ago
I just notice that the following case is not checked by the linter:
function foo(): void { const arr: Result<number, string>[] = []; const resultFromArray = arr[0]!; // should raise an error here }
I just notice that the following case is not checked by the linter: