Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
codeInsight
/
codefragment
/
out.test
blob: d5f3bd71cb6fd4732d730e22b164b5db49922a96 [
file
] [
log
] [
blame
]
def
foo
():
print
(
"start"
)
<begin>
aaa
=
123
<end>
print
(
aaa
)
<result>
In
:
Out
:
aaa