Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
psi
/
CommaAfterStarArg.py
blob: d110692123f5a97a31a54dcd93cf38527578a332 [
file
] [
log
] [
blame
]
def
some_function
(*
args
,):
# <- missing highlighting here
pass
def
some_function
(**
kwargs
,):
# <- missing highlighting here
pass