tvl-depot/third_party/git/t/t4018/python-indented-async-def
2020-05-22 17:46:45 +01:00

7 lines
125 B
Text

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