Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyNoneFunctionAssignmentInspection
/
trueNegative.py
blob: af29087226f1c7a74c2bc9876893027ed55ae456 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
def
foo
():
return
3
b
=
foo
()