More unit tests
[codimension.git] / pythonparser-exp / unittest / empty_brackets.py
blob432b241f41b4203f3368467c61ea2399ab59af95
1 a = ()
2 b = []
3 c = {}
5 def f():
6 return ()
8 def g():
9 return []
11 def h():
12 return {}