mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
(cherry picked from commit afdbf35915823de02a6b8551f57770113d0feb2f) IJ-CR-172556 GitOrigin-RevId: 0f8526e2877736ac606db9ed4657a530a66d6f23
19 lines
579 B
Plaintext
19 lines
579 B
Plaintext
0(1) element: null
|
|
1(2) element: PyMatchStatement
|
|
2(3,15) refutable pattern: {"foo": 1, **x}
|
|
3(4,15) refutable pattern: "foo": 1
|
|
4(5,15) refutable pattern: "foo"
|
|
5(6) matched pattern: "foo"
|
|
6(7,15) refutable pattern: 1
|
|
7(8) matched pattern: 1
|
|
8(9) matched pattern: "foo": 1
|
|
9(10,15) element: PyDoubleStarPattern
|
|
10(11,15) WRITE ACCESS: x
|
|
11(12) matched pattern: {"foo": 1, **x}
|
|
12(13) element: PyStatementList
|
|
13(14) element: PyExpressionStatement
|
|
14(16) READ ACCESS: y
|
|
15(16) ASSERTTYPE ACCESS: null
|
|
16(17) element: PyExpressionStatement
|
|
17(18) READ ACCESS: z
|
|
18() element: null |