mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 15:13:13 +07:00
GitOrigin-RevId: 718645cc5dfd6d0a14f1bd802f3c5bb2bb2c6074
10 lines
236 B
Python
10 lines
236 B
Python
match 42:
|
|
case 0 + 1j:
|
|
pass
|
|
case <error descr="Invalid complex number literal">0 + 1</error>:
|
|
pass
|
|
case 0 - 1j:
|
|
pass
|
|
case <error descr="Invalid complex number literal">0 - 1</error>:
|
|
pass
|