git/t/t4018/python-indented-def

8 lines
119 B
Plaintext

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