{
  "module": "Test",
  "kind": "Generic Error",
  "text": [
    {
      "type": "text",
      "content": "Multiple type parameters have the same name."
    }
  ],
  "span": {
    "filename": "test-programs/suites/008-typeclasses/018-typeclass-method-typaram-overlap/Test.aum",
    "startp": { "line": 2, "column": 4 },
    "end": { "line": 5, "column": 8 }
  },
  "context": [
    [ 1, "module body Test is" ],
    [ 2, "    typeclass PrintViaRef(T: Free) is" ],
    [ 3, "        generic [T: Region]" ],
    [ 4, "        method printRef(ref: &[T, T]): Unit;" ],
    [ 5, "    end;" ],
    [ 6, "" ],
    [ 7, "    function main(): ExitCode is" ]
  ]
}