Files
openide/python/testData/joinLines/DictRCurly.py
2011-01-29 15:17:44 +02:00

5 lines
38 B
Python

a = {
'a': 1,
<caret>'b': 2
}