packages feed

docvim-0.3.1.2: tests/fixtures/parser/function-varargs.golden

Project
  [ Project
      [ Unit
          [ FunctionDeclaration
              { functionBang = True
              , functionName = "Foo"
              , functionArguments =
                  ArgumentList [ Argument "varargs" , Argument "..." ]
              , functionAttributes = []
              , functionBody = []
              }
          , FunctionDeclaration
              { functionBang = False
              , functionName = "Bar"
              , functionArguments = ArgumentList [ Argument "..." ]
              , functionAttributes = []
              , functionBody = []
              }
          , FunctionDeclaration
              { functionBang = False
              , functionName = "Baz"
              , functionArguments =
                  ArgumentList [ Argument "..." , Argument "other" ]
              , functionAttributes = []
              , functionBody = []
              }
          ]
      ]
  ]