HomeMAL' // MANUFACTORUM
datacrypt
Piton / tests / errors / if_else_conflict.py
tests/errors/if_else_conflict.py49 B
if True:
    a: int = 1
else:
    a: str = "ABC"