mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
Both of these are evaluated in the outer scope, e.g., in a scope of a containing class or a module, with the corresponding instructions already processed there, and were duplicated in the CFG of function bodies. GitOrigin-RevId: 4460cbef6446a311f0ab15ffe3407bfbb73286e2
2 lines
47 B
Python
2 lines
47 B
Python
def f(x: int = int()) -> str:
|
|
return f'{x}' |