blob: 21116ae4b229aa966fa57d160cf5d05da0e47239 [file] [log] [blame]
def f1(*, u<caret>p, another):
"""
:param up: my param
:type up: int
:rtype: int
"""
print(another)