Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
copyPaste
/
singleLine
/
IndentOnTopLevel.dst.py
blob: 54374f5a381cfc67dd99580bf7de1d23cdc3a544 [
file
] [
log
] [
blame
]
class
C
:
def
foo
(
self
):
x
=
1
y
=
2
<
caret
>
def
foo
():
pass