Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
override
/
indent_after.py
blob: 807c1d5498f15e6de8d068bf147332465a66369d [
file
] [
log
] [
blame
]
class
Dialog
:
def
validate
(
self
):
pass
class
B
(
Dialog
):
def
validate
(
self
):
<
selection
>
Dialog
.
validate
(
self
)</
selection
>