Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
override
/
singleStar.py
blob: b4bbc7da9fefde599b7bdbba628123c0077946eb [
file
] [
log
] [
blame
]
class
A
:
def
f1
(
self
,
*,
a
=
1
):
pass
class
B
(
A
):
pass