mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[python] Delegate to visitPySequenceExpression when visiting PySetLiteralExpression
GitOrigin-RevId: be032f963dccd6ebc062517047c5a1c962b31ec6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c53b8ee683
commit
8eb96b314a
@@ -83,7 +83,7 @@ public class PyElementVisitor extends PsiElementVisitor {
|
||||
}
|
||||
|
||||
public void visitPySetLiteralExpression(@NotNull PySetLiteralExpression node) {
|
||||
visitPyExpression(node);
|
||||
visitPySequenceExpression(node);
|
||||
}
|
||||
|
||||
public void visitPyListCompExpression(@NotNull PyListCompExpression node) {
|
||||
|
||||
Reference in New Issue
Block a user