git/t/t4018/python-indented-async-def

class Foo:
    async def RIGHT(self, x: int):
        return [
            1,
            2,
            ChangeMe,
        ]