Fourth batch
[git/raj.git] / t / t4018 / python-indented-def
blob208fbadd2be6ab6e4905c36ea1b64ba9ede6ab26
1 class Foo:
2     def RIGHT(self, x: int):
3         return [
4             1,
5             2,
6             ChangeMe,
7         ]