mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-11909 problem with extract variable
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
a = (row for row in [123] if row == "beetle")
|
||||
any(a)
|
||||
@@ -0,0 +1 @@
|
||||
any(row <caret>for row in [123] if row == "beetle")
|
||||
Reference in New Issue
Block a user