1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00
semantic/test/fixtures/python/corpus/dictionary.B.py

7 lines
57 B
Python
Raw Normal View History

2017-06-06 03:06:50 +03:00
{b: 2}
{}
2017-07-22 01:09:25 +03:00
a = {
# a comment can go here
bar: d, foo: e
}