mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
I updated test data accordingly and removed now obsolete tests about skipping preceding comments.
9 lines
66 B
Python
9 lines
66 B
Python
def bar():
|
|
foo()
|
|
foo()
|
|
|
|
|
|
def foo():
|
|
a = 1
|
|
print a
|