blob: f68be607b907387886ca9594498ae6abaa7b9598 [file] [log] [blame]
def my_func(p1=1) -> object:
return p1
d = my_func(1)