github.com/tiagovtristao/plz@v13.4.0+incompatible/src/parse/asp/test_data/repeated_arguments.build (about)

     1  def test(a, b):
     2      pass
     3  
     4  
     5  test(a=5, b=3, a=3)