mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
I updated test data accordingly and removed now obsolete tests about skipping preceding comments.
10 lines
105 B
Python
10 lines
105 B
Python
def foo(x):
|
|
bar()
|
|
print(1)
|
|
|
|
|
|
def bar():
|
|
try:
|
|
pass
|
|
except Exception:
|
|
raise |