Closed kq-li closed 5 years ago
Emacs highlights the final } in the below example as a mismatched pair with the < in the comparison above it:
}
<
Expected:
function f(int $n): bool { return $n <= 0; }
Actual:
thanks for putting up with my crap 😅 appreciate your fast work on all these issues!
Emacs highlights the final
}
in the below example as a mismatched pair with the<
in the comparison above it:Expected:
Actual: