Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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