Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
override
/
singleStar.py
blob: b4bbc7da9fefde599b7bdbba628123c0077946eb [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
class
A
:
2
def
f1
(
self
,
*,
a
=
1
):
3
pass
4
5
class
B
(
A
):
6
pass