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

7 lines
119 B
Text

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