Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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