mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
added ability to move continue/break/pass
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
test()
|
||||
for item in range(10):
|
||||
continue
|
||||
test1()
|
||||
continue
|
||||
for item in range(10):
|
||||
pass
|
||||
test1()
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
class B(Exception):
|
||||
pass #<---here
|
||||
pass #<---here
|
||||
class B(Exception):
|
||||
pass
|
||||
class C(B):
|
||||
pass
|
||||
Reference in New Issue
Block a user