Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
resolve
/
callee
/
DecoCall.py
blob: 658b5d38749f1360223a36b26312d6e930620332 [
file
] [
log
] [
blame
]
def
deco
(
fun
):
return
fun
@<
caret
>
deco
def
foo
():
pass