pub fn find_statement_start(source: &str, pos: usize) -> usizeExpand description
Find the start of the current statement.
Scans backwards from pos for the nearest ; or \n and returns the
byte index immediately after it, or 0 if no boundary is found.