Files
openide/python/testData/codeInsight/controlflow/NewStyleGenericFunctionAnnotationsAreNotIncludedInItsGraph.py
Petrandintellij-monorepo-bot 572dffa91e PY-82699 Type parameter is not shadowed by a local variable
GitOrigin-RevId: 973100ef1aae3e5ebd55c514e13565eae8f7985e
2025-07-22 19:28:12 +00:00

2 lines
51 B
Python

def f[T](x: list[T] = list()) -> T:
return x[0]