Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
override
/
py3k_after.py
blob: 70a4635e681cd00fdaa4fab7f8a0dde57b763554 [
file
] [
log
] [
blame
]
class
A
:
def
m
(
self
):
pass
class
B
(
A
):
def
m
(
self
):
<
selection
>
super
().
m
()</
selection
>