mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Now it more follows original python grammar. GitOrigin-RevId: 199f30b819c85a4eba5cab9b3f67fbf1bb7f18b6
4 lines
223 B
Python
4 lines
223 B
Python
[x1 for <error descr="Assignment expression cannot be used as a target here">(x1 := 2)</error> in (1, 2, 3)]
|
|
|
|
for <error descr="Assignment expression cannot be used as a target here">(x1 := 2)</error> in (1, 2, 3):
|
|
pass |