Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
buildtools
/
a2a20c9c1c7cb85905a0fc5aad9ec02370cfdb1f
/
.
/
build
/
testdata
/
057.golden
blob: 11c40f61c7b0092c3517e1f867eb8ab1dd79ea8a [
file
]
def
foo1
(
x
,
y
,
**
kwargs
):
bar1
(
x
,
y
,
**
kwargs
)
def
foo2
(
x
,
y
,
*
args
):
bar2
(
x
,
y
,
*
args
)
def
foo3
(
x
,
y
,
**
kwargs
):
bar2
(
x
,
y
,
**
kwargs
)
def
foo4
(
x
,
y
,
*
args
):
bar4
(
x
,
y
,
*
args
)