error: `catch` requires a failable expression; operand has type 's32' --> examples/1010-errors-catch-rejections.sx:11:5 | 11 | plain() catch (e) { return 1; }; // error: operand has type s32 (not failable) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^