Files
openide/python/testData/mover/class_afterUp.py
Dmitry Batrak 07f1ec121e IDEA-162062 Move Statement: Scope of shifted block changes
fix for Python use cases
2016-10-06 11:52:31 +03:00

7 lines
72 B
Python

if condition:
test1()
class C:
pass
class B(Exception):
b=1