mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-7968 Replace + with string formatting operator: disable intention for expressions not only with +
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
x = ""
|
||||
y = ""
|
||||
z = ""
|
||||
i = x % <caret>y + z
|
||||
Reference in New Issue
Block a user