mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
(cherry picked from commit bce089714657aef8634ffb9c58da57fdb576b297) IJ-CR-112218 GitOrigin-RevId: 8857c2951e44a1e9d0b54af1eb7c584f64fbc40d
5 lines
167 B
Python
5 lines
167 B
Python
<weak_warning descr="Multi-step list initialization can be replaced with a list literal">b<caret>ar = []</weak_warning>
|
|
bar.append(1)
|
|
bar.extend([2, 3])
|
|
bar.append(4)
|