Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
copyPaste
/
multiLine
/
IndentFunction.after.py
blob: 8294e759b8a7a0c3f48b82e070b5b07cb2fd70c3 [
file
] [
log
] [
blame
]
class
C
:
def
foo
(
self
):
y
=
2
def
foo
(
self
):
x
=
1
y
=
2
def
bar
(
self
):
y
=
2