{
  "module": "Test",
  "kind": "Generic Error",
  "text": [
    {
      "type": "text",
      "content": "Cannot assign a value to a function parameter."
    }
  ],
  "span": {
    "filename": "test-programs/suites/010-functions/007-assign-param/Test.aum",
    "startp": { "line": 3, "column": 8 },
    "end": { "line": 3, "column": 16 }
  },
  "context": [
    [ 1, "module body Test is" ],
    [ 2, "    function foo(x: Int32): Unit is" ],
    [ 3, "        x := 10;" ],
    [ 4, "        return nil;" ],
    [ 5, "    end;" ]
  ]
}