Files
nvim-treesitter/tests/indent/python/join_lines.py
2021-04-23 21:21:38 +02:00

9 lines
70 B
Python

a = 2 \
+ 2
b = 'hello' \
'world'
c = lambda x: \
x + 3