Files
openide/python/testData/intentions/PyConvertCollectionLiteralIntentionTest/convertLiteralPreservesFormattingAndComments_after.py

4 lines
50 B
Python

xs = [
1, 2, # comment 1
3 # comment 2
]