HomeMAL' // MANUFACTORUM
code & tools
Piton / tests / errors / duplicate_decl_def.py
tests/errors/duplicate_decl_def.py35 B
def a() -> int: return 1
a: int = 2