mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 06:20:54 +07:00
I updated test data accordingly and removed now obsolete tests about skipping preceding comments.
7 lines
58 B
Python
7 lines
58 B
Python
def foo(a):
|
|
bar(a)
|
|
|
|
|
|
def bar(a_new):
|
|
print(a_new)
|