blob: 3a0e174b3ba7e38823b7b8ad7078c7ea0d29cc36 [file] [log] [blame]
def f<caret>(p1, p2):
print(p1, p2)
f(p1=1, p2=2)