Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
codeInsight
/
codefragment
/
augassignment.test
blob: 660aa2dc7d76c7a475c6554baadf43e1025ae6c1 [
file
] [
log
] [
blame
]
def
f
():
aaa
=
1
<begin>
aaa
+=
1
<end>
print
(
aaa
)
<result>
In
:
aaa
Out
:
aaa