Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
highlighting
/
yieldInDefaultValue.py
blob: 1d2482c3571488c8c2108f2b9e80d758d7a5d785 [
file
] [
log
] [
blame
]
def
f
(
x
=(<
error descr
=
"'yield' outside of function"
>
yield
10
</
error
>)):
return
x