github.com/cheshirekow/buildtools@v0.0.0-20200224190056-5d637702fe81/build/testdata/063.in (about) 1 foo(1, a = b, c + d, **e, *f) 2 foo(b = c, a) 3 foo(*d, a) 4 foo(**e, a) 5 foo(*d, b = c) 6 foo(**e, b = c) 7 foo(**e, *d) 8 foo(**e, *d, b = c, b2 = c2, a, a2) 9 foo(bar = bar(x = y, z), baz * 2)