mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 15:03:36 +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
|