mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
(cherry picked from commit 7d26e211c67f2574078e1f0e8951f744889d82d6) IJ-CR-10316 GitOrigin-RevId: 34d4bc72b11613c0603587c1c0a9e640b0add023
4 lines
266 B
Python
4 lines
266 B
Python
from typing import Union
|
|
|
|
|
|
a<warning descr="Python versions 2.7, 3.5 do not support variable annotations">: <warning descr="Python versions 2.7, 3.5, 3.6, 3.7, 3.8, 3.9 do not allow writing union types as X | Y"><caret>int | Union[str, bool]</warning></warning> = 42 |