HomeMAL' // MANUFACTORUM
datacrypt
Piton / tests / errors / duplicate_defs.py
tests/errors/duplicate_defs.py49 B
def a() -> int: return 1
def a() -> int: return 2