1 2 3 4 5
# This string is found and touched: baz def baz(bar: int) -> int: return bar + 1 # Some sample code