Files
openide/python/testData/formatter/hangingIndentDetectionIgnoresComments.py

12 lines
137 B
Python

xs = [ # foo
1,
{ # bar
'a',
'b',
foo(True, # baz
False,
None)
},
2
]