mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
Update all the /refactoring/move test sources according to the new rule - an empty line is always added after the move (cherry picked from commit c00d1a499fb9849650eb102dd8bb5380165a1eee) IJ-CR-17177 GitOrigin-RevId: d436af21c20ddd08b78886a333e6f98c71bcc19b
13 lines
98 B
Python
13 lines
98 B
Python
import a
|
|
|
|
|
|
def bar():
|
|
print(FOO)
|
|
|
|
|
|
def some_other_fn():
|
|
print(a.something_else)
|
|
|
|
|
|
FOO = 1
|