mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
PY-31795 Don't suggest removing parentheses when there is no expression inside
This commit is contained in:
@@ -0,0 +1 @@
|
||||
if <caret>(<EOLError descr="Indent expected"></EOLError><EOLError descr="')' expected"></EOLError>
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
def pycharm_hanger_method(a, b):
|
||||
if(<error descr="Unexpected expression syntax">!m_<caret>isReverse</error>)<error descr="Colon expected">{
|
||||
m_startPoint = startPoint
|
||||
} else {
|
||||
m_endPoint = startPoint
|
||||
}</error>
|
||||
@@ -0,0 +1 @@
|
||||
(<caret>((42)))
|
||||
@@ -0,0 +1 @@
|
||||
(42)
|
||||
Reference in New Issue
Block a user