Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
copyPaste
/
multiLine
/
IndentInnerFunction1.after.py
blob: 49521da959a8e167ad0eafae032a9a22d6a1319c [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
def
foo
(
self
):
2
x
=
1
3
y
=
2
4
5
def
foo
(
self
):
6
x
=
1
7
y
=
2
8
9
z
=
3