packages feed

docvim-0.3.1.2: tests/fixtures/parser/function-with-nested-contents.golden

Project
  [ Project
      [ Unit
          [ FunctionDeclaration
              { functionBang = False
              , functionName = "Foo"
              , functionArguments = ArgumentList []
              , functionAttributes = []
              , functionBody =
                  [ LetStatement { letLexpr = "g:foo" , letValue = "1" } ]
              }
          ]
      ]
  ]