Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
override
/
indent.py
blob: a44f8f50bf7db53f60e40b3338f5b9474ee2a01f [
file
] [
log
] [
blame
]
class
Dialog
:
def
validate
(
self
):
pass
class
B
(
Dialog
):
pass
<
caret
>