mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 23:52:23 +07:00
GitOrigin-RevId: fc7e7ff0a03ce41373bac2eedbf3e8b7aaa2ce4d
6 lines
72 B
Python
6 lines
72 B
Python
from typing import Union
|
|
|
|
|
|
def foo(x: Union[int, Non<caret>]):
|
|
pass
|