HomeMAL' // MANUFACTORUM
datacrypt
Piton / tests / errors / funcdef_in_else.py
tests/errors/funcdef_in_else.py66 B
if True:
    print_int(1)
else:
    def b():
        print_int(2)