# This string is found and touched: foo def foo(bar: int) -> int: return bar + 1 # Some sample code