mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +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 |