repo.or.cz
/
codimension.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More unit tests
[codimension.git]
/
pythonparser-exp
/
unittest
/
empty_brackets.py
blob
432b241f41b4203f3368467c61ea2399ab59af95
1
a
= ()
2
b
= []
3
c
= {}
4
5
def
f
():
6
return
()
7
8
def
g
():
9
return
[]
10
11
def
h
():
12
return
{}
13