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

8 lines
125 B
Plaintext

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