Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
copyPaste
/
SelectionReverse1.after.py
blob: e5f402ade7659d0b087009be7002a74353a67eda [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
2
if
True
:
3
a
=
1
4
b
=
2
5
6
def
f
():
7
if
True
:
8
a
=
1
9
b
=
2
10