#!/usr/bin/env python3 # Is found and processed by language scoper # This string is not found and touched: foo def baz(bar: int) -> int: return bar + 1 # Some sample code