{
  "module": "Test",
  "kind": "Generic Error",
  "text": [
    { "type": "text", "content": "I can't find a " },
    { "type": "text", "content": "variable" },
    { "type": "text", "content": " named " },
    { "type": "code", "content": "pi" },
    { "type": "text", "content": "." }
  ],
  "span": {
    "filename": "test-programs/suites/002-constants/002-assign/Test.aum",
    "startp": { "line": 5, "column": 8 },
    "end": { "line": 5, "column": 18 }
  },
  "context": [
    [ 3, "" ],
    [ 4, "    function main(): ExitCode is" ],
    [ 5, "        pi := 3.0;" ],
    [ 6, "        return ExitSuccess();" ],
    [ 7, "    end;" ]
  ]
}