Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
override
/
starArgs_after.py
blob: ddb36c4c30052f349fb7a23c7dae94547d5b7e7a [
file
] [
log
] [
blame
]
class
A
:
def
f2
(
self
,
*
args
,
a
=
1
):
pass
class
B
(
A
):
def
f2
(
self
,
*
args
,
a
=
1
):
<
selection
>
super
().
f2
(*
args
,
a
=
a
)</
selection
>