mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
2 lines
171 B
Python
2 lines
171 B
Python
|
|
a = {<warning descr="Dictionary contains duplicate keys 'x'">'x'</warning>:1, "y":2, <warning descr="Dictionary contains duplicate keys 'x'">'x<caret>'</warning>:1,"c":2} |