Describe the Bug
Test file (named test1.py):
"""Test."""
x = 1 + 1 # pyrefly: ignore
y = 1 + "oops" # pyrefly: ignore
Expected behavior: pyrefly should remove the first ignore, which is unused
Actual behavior:
$ pyrefly check test1.py --remove-unused-ignores
INFO 0 errors (1 ignored)
INFO Removed 0 unused error suppression(s) in 0 file(s)
If I put a newline between the two assignments, the first ignore is correctly removed.
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response