Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
KeywordArgument.py
blob: ee370714b131373422d4425630f94457bdf39c43 [
file
] [
log
] [
blame
]
def
foo
(
bar
=
True
):
pass
foo
(
bar
=
False
)
# <ref>