pub fn find_only_token_in_range(
range: TextRange,
token_kind: SimpleTokenKind,
code: &str,
) -> SimpleTokenExpand description
Returns the only non-trivia, non-closing parenthesis token in range.
Includes debug assertions that the range only contains that single token.