Testing #23484 ```python def foo(): print(1) ``` no matter if I put cursor on the first line or second line, it always sends the single line to the REPL (which can't be executed successfully).