mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
PY-76877 Conformance test failure: overloads_basic.py
PySliceExpression is replaced by PySubscriptionExpression in AST. PySliceItem is returned by PySubscriptionExpression.getIndexExpression(). For that purpose PySliceItem is now a PyExpression of type `builtins.slice`. GitOrigin-RevId: 9aa8de13ef7c51741e248317c5264b3a06ffb9bf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6eb1b97d67
commit
c8fb196d52
@@ -5,5 +5,6 @@
|
||||
4(5) element: PySubscriptionExpression
|
||||
5(6) READ ACCESS: foo
|
||||
6(7) element: PyDelStatement
|
||||
7(8) READ ACCESS: foo
|
||||
8() element: null
|
||||
7(8) element: PySubscriptionExpression
|
||||
8(9) READ ACCESS: foo
|
||||
9() element: null
|
||||
Reference in New Issue
Block a user