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