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