mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
8 lines
128 B
Python
8 lines
128 B
Python
def baz():
|
|
tmp = "!" # try to extract this assignment, either with or without this comment
|
|
|
|
|
|
baz()
|
|
|
|
def bar(self):
|
|
pass |