Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
codeInsight
/
smartEnter
/
argumentsFirst.py
blob: db98607f84fe8997c56ab001d51ac0652911b040 [
file
] [
log
] [
blame
]
def
foo
(*
a
):
pass
foo
<
caret
>(
1
,
2
,
3