{
  "type": "Program",
  "statements": [
    {
      "type": "TSEnumDeclaration",
      "id": {
        "type": "Identifier",
        "name": "E",
        "loc": {
          "start": {
            "line": 16,
            "column": 12
          },
          "end": {
            "line": 16,
            "column": 13
          }
        }
      },
      "members": [
        {
          "type": "TSEnumMember",
          "id": {
            "type": "Identifier",
            "name": "A",
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "initializer": {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 17,
                "column": 9
              },
              "end": {
                "line": 17,
                "column": 10
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 10
            }
          }
        },
        {
          "type": "TSEnumMember",
          "id": {
            "type": "Identifier",
            "name": "B",
            "loc": {
              "start": {
                "line": 18,
                "column": 5
              },
              "end": {
                "line": 18,
                "column": 6
              }
            }
          },
          "initializer": {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 18,
                "column": 9
              },
              "end": {
                "line": 18,
                "column": 10
              }
            }
          },
          "loc": {
            "start": {
              "line": 18,
              "column": 5
            },
            "end": {
              "line": 18,
              "column": 10
            }
          }
        },
        {
          "type": "TSEnumMember",
          "id": {
            "type": "Identifier",
            "name": "C",
            "loc": {
              "start": {
                "line": 19,
                "column": 5
              },
              "end": {
                "line": 19,
                "column": 6
              }
            }
          },
          "initializer": {
            "type": "NumberLiteral",
            "value": 3,
            "loc": {
              "start": {
                "line": 19,
                "column": 9
              },
              "end": {
                "line": 19,
                "column": 10
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 5
            },
            "end": {
              "line": 19,
              "column": 10
            }
          }
        }
      ],
      "const": true,
      "loc": {
        "start": {
          "line": 16,
          "column": 7
        },
        "end": {
          "line": 20,
          "column": 2
        }
      }
    },
    {
      "type": "TSEnumDeclaration",
      "id": {
        "type": "Identifier",
        "name": "E1",
        "loc": {
          "start": {
            "line": 22,
            "column": 12
          },
          "end": {
            "line": 22,
            "column": 14
          }
        }
      },
      "members": [
        {
          "type": "TSEnumMember",
          "id": {
            "type": "Identifier",
            "name": "A",
            "loc": {
              "start": {
                "line": 23,
                "column": 5
              },
              "end": {
                "line": 23,
                "column": 6
              }
            }
          },
          "initializer": {
            "type": "StringLiteral",
            "value": "Hello",
            "loc": {
              "start": {
                "line": 23,
                "column": 9
              },
              "end": {
                "line": 23,
                "column": 16
              }
            }
          },
          "loc": {
            "start": {
              "line": 23,
              "column": 5
            },
            "end": {
              "line": 23,
              "column": 16
            }
          }
        },
        {
          "type": "TSEnumMember",
          "id": {
            "type": "Identifier",
            "name": "B",
            "loc": {
              "start": {
                "line": 24,
                "column": 5
              },
              "end": {
                "line": 24,
                "column": 6
              }
            }
          },
          "initializer": {
            "type": "StringLiteral",
            "value": "world",
            "loc": {
              "start": {
                "line": 24,
                "column": 9
              },
              "end": {
                "line": 24,
                "column": 16
              }
            }
          },
          "loc": {
            "start": {
              "line": 24,
              "column": 5
            },
            "end": {
              "line": 24,
              "column": 16
            }
          }
        }
      ],
      "const": true,
      "loc": {
        "start": {
          "line": 22,
          "column": 7
        },
        "end": {
          "line": 25,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Anno",
          "loc": {
            "start": {
              "line": 27,
              "column": 12
            },
            "end": {
              "line": 27,
              "column": 38
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "kind": "constructor",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "Program",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 2
                  },
                  "end": {
                    "line": 38,
                    "column": 2
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 27,
                  "column": 2
                },
                "end": {
                  "line": 38,
                  "column": 2
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 27,
              "column": 2
            },
            "end": {
              "line": 38,
              "column": 2
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 28,
                  "column": 5
                },
                "end": {
                  "line": 28,
                  "column": 6
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 28,
                  "column": 8
                },
                "end": {
                  "line": 28,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 28,
                "column": 5
              },
              "end": {
                "line": 28,
                "column": 6
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "b",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 5
                },
                "end": {
                  "line": 29,
                  "column": 6
                }
              }
            },
            "value": {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "NumberLiteral",
                  "value": 13,
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 20
                    },
                    "end": {
                      "line": 29,
                      "column": 22
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 10,
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 24
                    },
                    "end": {
                      "line": 29,
                      "column": 26
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 29,
                  "column": 19
                },
                "end": {
                  "line": 29,
                  "column": 27
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 8
                  },
                  "end": {
                    "line": 29,
                    "column": 14
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 29,
                  "column": 8
                },
                "end": {
                  "line": 29,
                  "column": 16
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 5
              },
              "end": {
                "line": 29,
                "column": 27
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "c",
              "loc": {
                "start": {
                  "line": 30,
                  "column": 5
                },
                "end": {
                  "line": 30,
                  "column": 6
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 30,
                  "column": 8
                },
                "end": {
                  "line": 30,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 30,
                "column": 5
              },
              "end": {
                "line": 30,
                "column": 6
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "d",
              "loc": {
                "start": {
                  "line": 31,
                  "column": 5
                },
                "end": {
                  "line": 31,
                  "column": 6
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 31,
                  "column": 8
                },
                "end": {
                  "line": 31,
                  "column": 15
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 31,
                "column": 5
              },
              "end": {
                "line": 31,
                "column": 6
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "e",
              "loc": {
                "start": {
                  "line": 32,
                  "column": 5
                },
                "end": {
                  "line": 32,
                  "column": 6
                }
              }
            },
            "value": {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "NumberLiteral",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 15
                    },
                    "end": {
                      "line": 32,
                      "column": 16
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 2,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 18
                    },
                    "end": {
                      "line": 32,
                      "column": 19
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 3,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 21
                    },
                    "end": {
                      "line": 32,
                      "column": 22
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 32,
                  "column": 14
                },
                "end": {
                  "line": 32,
                  "column": 23
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSTypeReference",
                "typeName": {
                  "type": "Identifier",
                  "name": "E",
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 8
                    },
                    "end": {
                      "line": 32,
                      "column": 9
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 8
                  },
                  "end": {
                    "line": 32,
                    "column": 9
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 32,
                  "column": 8
                },
                "end": {
                  "line": 32,
                  "column": 11
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 32,
                "column": 5
              },
              "end": {
                "line": 32,
                "column": 23
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "f",
              "loc": {
                "start": {
                  "line": 33,
                  "column": 5
                },
                "end": {
                  "line": 33,
                  "column": 6
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 8
                  },
                  "end": {
                    "line": 33,
                    "column": 14
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 33,
                  "column": 8
                },
                "end": {
                  "line": 33,
                  "column": 16
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 33,
                "column": 5
              },
              "end": {
                "line": 33,
                "column": 6
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "h",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 5
                },
                "end": {
                  "line": 34,
                  "column": 6
                }
              }
            },
            "value": {
              "type": "TSAsExpression",
              "expression": {
                "type": "NewExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "Number",
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 16
                    },
                    "end": {
                      "line": 34,
                      "column": 22
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NumberLiteral",
                    "value": 10,
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 23
                      },
                      "end": {
                        "line": 34,
                        "column": 25
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 12
                  },
                  "end": {
                    "line": 34,
                    "column": 26
                  }
                }
              },
              "typeAnnotation": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 30
                  },
                  "end": {
                    "line": 34,
                    "column": 36
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 34,
                  "column": 12
                },
                "end": {
                  "line": 35,
                  "column": 6
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "E",
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 8
                  },
                  "end": {
                    "line": 34,
                    "column": 9
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 34,
                  "column": 8
                },
                "end": {
                  "line": 34,
                  "column": 9
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 34,
                "column": 5
              },
              "end": {
                "line": 35,
                "column": 6
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "i",
              "loc": {
                "start": {
                  "line": 35,
                  "column": 5
                },
                "end": {
                  "line": 35,
                  "column": 6
                }
              }
            },
            "value": {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "NewExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "Array",
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 24
                          },
                          "end": {
                            "line": 35,
                            "column": 29
                          }
                        }
                      },
                      "typeParameters": {
                        "type": "TSTypeParameterInstantiation",
                        "params": [
                          {
                            "type": "TSTypeReference",
                            "typeName": {
                              "type": "Identifier",
                              "name": "E",
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 30
                                },
                                "end": {
                                  "line": 35,
                                  "column": 31
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 30
                              },
                              "end": {
                                "line": 35,
                                "column": 31
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 29
                          },
                          "end": {
                            "line": 35,
                            "column": 32
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "NumberLiteral",
                          "value": 0,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 33
                            },
                            "end": {
                              "line": 35,
                              "column": 34
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 20
                        },
                        "end": {
                          "line": 35,
                          "column": 35
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 19
                    },
                    "end": {
                      "line": 35,
                      "column": 36
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 35,
                  "column": 18
                },
                "end": {
                  "line": 35,
                  "column": 37
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSArrayType",
                "elementType": {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSTypeReference",
                    "typeName": {
                      "type": "Identifier",
                      "name": "E",
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 9
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 8
                      },
                      "end": {
                        "line": 35,
                        "column": 9
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 8
                    },
                    "end": {
                      "line": 35,
                      "column": 11
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 8
                  },
                  "end": {
                    "line": 35,
                    "column": 13
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 35,
                  "column": 8
                },
                "end": {
                  "line": 35,
                  "column": 15
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 35,
                "column": 37
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "j",
              "loc": {
                "start": {
                  "line": 36,
                  "column": 5
                },
                "end": {
                  "line": 36,
                  "column": 6
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "E1",
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 8
                  },
                  "end": {
                    "line": 36,
                    "column": 10
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 36,
                  "column": 8
                },
                "end": {
                  "line": 36,
                  "column": 10
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 36,
                "column": 5
              },
              "end": {
                "line": 36,
                "column": 6
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "k",
              "loc": {
                "start": {
                  "line": 37,
                  "column": 5
                },
                "end": {
                  "line": 37,
                  "column": 6
                }
              }
            },
            "value": {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "NewExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "Array",
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 25
                          },
                          "end": {
                            "line": 37,
                            "column": 30
                          }
                        }
                      },
                      "typeParameters": {
                        "type": "TSTypeParameterInstantiation",
                        "params": [
                          {
                            "type": "TSTypeReference",
                            "typeName": {
                              "type": "Identifier",
                              "name": "E1",
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 31
                                },
                                "end": {
                                  "line": 37,
                                  "column": 33
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 31
                              },
                              "end": {
                                "line": 37,
                                "column": 33
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 30
                          },
                          "end": {
                            "line": 37,
                            "column": 34
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "NumberLiteral",
                          "value": 2,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 35
                            },
                            "end": {
                              "line": 37,
                              "column": 36
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 21
                        },
                        "end": {
                          "line": 37,
                          "column": 37
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 20
                    },
                    "end": {
                      "line": 37,
                      "column": 38
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 37,
                  "column": 19
                },
                "end": {
                  "line": 37,
                  "column": 39
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSArrayType",
                "elementType": {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSTypeReference",
                    "typeName": {
                      "type": "Identifier",
                      "name": "E1",
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 10
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 8
                      },
                      "end": {
                        "line": 37,
                        "column": 10
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 8
                    },
                    "end": {
                      "line": 37,
                      "column": 12
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 8
                  },
                  "end": {
                    "line": 37,
                    "column": 14
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 37,
                  "column": 8
                },
                "end": {
                  "line": 37,
                  "column": 16
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 37,
                "column": 5
              },
              "end": {
                "line": 37,
                "column": 39
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 27,
            "column": 39
          },
          "end": {
            "line": 38,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": true,
      "loc": {
        "start": {
          "line": 27,
          "column": 2
        },
        "end": {
          "line": 38,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "A",
          "loc": {
            "start": {
              "line": 41,
              "column": 7
            },
            "end": {
              "line": 41,
              "column": 8
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "kind": "constructor",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 1
                  },
                  "end": {
                    "line": 41,
                    "column": 1
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 41,
                  "column": 1
                },
                "end": {
                  "line": 41,
                  "column": 1
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [
            {
              "type": "Annotation",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "Anno",
                  "loc": {
                    "start": {
                      "line": 40,
                      "column": 2
                    },
                    "end": {
                      "line": 40,
                      "column": 28
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "a",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 30
                            },
                            "end": {
                              "line": 40,
                              "column": 31
                            }
                          }
                        },
                        "value": {
                          "type": "NumberLiteral",
                          "value": 20,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 33
                            },
                            "end": {
                              "line": 40,
                              "column": 35
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 30
                          },
                          "end": {
                            "line": 40,
                            "column": 35
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "b",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 37
                            },
                            "end": {
                              "line": 40,
                              "column": 38
                            }
                          }
                        },
                        "value": {
                          "type": "ArrayExpression",
                          "elements": [
                            {
                              "type": "NumberLiteral",
                              "value": 13,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 41
                                },
                                "end": {
                                  "line": 40,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "NumberLiteral",
                              "value": 10,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 45
                                },
                                "end": {
                                  "line": 40,
                                  "column": 47
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 40
                            },
                            "end": {
                              "line": 40,
                              "column": 48
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 37
                          },
                          "end": {
                            "line": 40,
                            "column": 48
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "c",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 50
                            },
                            "end": {
                              "line": 40,
                              "column": 51
                            }
                          }
                        },
                        "value": {
                          "type": "StringLiteral",
                          "value": "ab",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 53
                            },
                            "end": {
                              "line": 40,
                              "column": 57
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 50
                          },
                          "end": {
                            "line": 40,
                            "column": 57
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "d",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 59
                            },
                            "end": {
                              "line": 40,
                              "column": 60
                            }
                          }
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "value": true,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 62
                            },
                            "end": {
                              "line": 40,
                              "column": 66
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 59
                          },
                          "end": {
                            "line": 40,
                            "column": 66
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "e",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 68
                            },
                            "end": {
                              "line": 40,
                              "column": 69
                            }
                          }
                        },
                        "value": {
                          "type": "ArrayExpression",
                          "elements": [
                            {
                              "type": "NumberLiteral",
                              "value": 1,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 72
                                },
                                "end": {
                                  "line": 40,
                                  "column": 73
                                }
                              }
                            },
                            {
                              "type": "NumberLiteral",
                              "value": 2,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 75
                                },
                                "end": {
                                  "line": 40,
                                  "column": 76
                                }
                              }
                            },
                            {
                              "type": "NumberLiteral",
                              "value": 3,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 78
                                },
                                "end": {
                                  "line": 40,
                                  "column": 79
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 71
                            },
                            "end": {
                              "line": 40,
                              "column": 80
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 68
                          },
                          "end": {
                            "line": 40,
                            "column": 80
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "f",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 82
                            },
                            "end": {
                              "line": 40,
                              "column": 83
                            }
                          }
                        },
                        "value": {
                          "type": "NewExpression",
                          "callee": {
                            "type": "Identifier",
                            "name": "Array",
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 89
                              },
                              "end": {
                                "line": 40,
                                "column": 94
                              }
                            }
                          },
                          "typeParameters": {
                            "type": "TSTypeParameterInstantiation",
                            "params": [
                              {
                                "type": "TSNumberKeyword",
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 95
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 101
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 94
                              },
                              "end": {
                                "line": 40,
                                "column": 102
                              }
                            }
                          },
                          "arguments": [],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 85
                            },
                            "end": {
                              "line": 40,
                              "column": 104
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 82
                          },
                          "end": {
                            "line": 40,
                            "column": 104
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "g",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 106
                            },
                            "end": {
                              "line": 40,
                              "column": 107
                            }
                          }
                        },
                        "value": {
                          "type": "ArrayExpression",
                          "elements": [
                            {
                              "type": "ArrayExpression",
                              "elements": [
                                {
                                  "type": "ArrayExpression",
                                  "elements": [
                                    {
                                      "type": "NumberLiteral",
                                      "value": 0,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 112
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 113
                                        }
                                      }
                                    }
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 111
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 114
                                    }
                                  }
                                }
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 110
                                },
                                "end": {
                                  "line": 40,
                                  "column": 115
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 109
                            },
                            "end": {
                              "line": 40,
                              "column": 116
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 106
                          },
                          "end": {
                            "line": 40,
                            "column": 116
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "h",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 118
                            },
                            "end": {
                              "line": 40,
                              "column": 119
                            }
                          }
                        },
                        "value": {
                          "type": "NumberLiteral",
                          "value": 10,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 121
                            },
                            "end": {
                              "line": 40,
                              "column": 123
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 118
                          },
                          "end": {
                            "line": 40,
                            "column": 123
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 125
                            },
                            "end": {
                              "line": 40,
                              "column": 126
                            }
                          }
                        },
                        "value": {
                          "type": "ArrayExpression",
                          "elements": [
                            {
                              "type": "ArrayExpression",
                              "elements": [
                                {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "Array",
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 134
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 139
                                      }
                                    }
                                  },
                                  "typeParameters": {
                                    "type": "TSTypeParameterInstantiation",
                                    "params": [
                                      {
                                        "type": "TSTypeReference",
                                        "typeName": {
                                          "type": "Identifier",
                                          "name": "E",
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 140
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 141
                                            }
                                          }
                                        },
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 140
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 141
                                          }
                                        }
                                      }
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 139
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 142
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "NumberLiteral",
                                      "value": 1,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 143
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 144
                                        }
                                      }
                                    }
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 130
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 145
                                    }
                                  }
                                }
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 129
                                },
                                "end": {
                                  "line": 40,
                                  "column": 146
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 128
                            },
                            "end": {
                              "line": 40,
                              "column": 147
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 125
                          },
                          "end": {
                            "line": 40,
                            "column": 147
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "j",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 149
                            },
                            "end": {
                              "line": 40,
                              "column": 150
                            }
                          }
                        },
                        "value": {
                          "type": "StringLiteral",
                          "value": "B",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 152
                            },
                            "end": {
                              "line": 40,
                              "column": 155
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 149
                          },
                          "end": {
                            "line": 40,
                            "column": 155
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "k",
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 157
                            },
                            "end": {
                              "line": 40,
                              "column": 158
                            }
                          }
                        },
                        "value": {
                          "type": "ArrayExpression",
                          "elements": [
                            {
                              "type": "ArrayExpression",
                              "elements": [
                                {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "Array",
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 166
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 171
                                      }
                                    }
                                  },
                                  "typeParameters": {
                                    "type": "TSTypeParameterInstantiation",
                                    "params": [
                                      {
                                        "type": "TSTypeReference",
                                        "typeName": {
                                          "type": "Identifier",
                                          "name": "E1",
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 172
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 174
                                            }
                                          }
                                        },
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 172
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 174
                                          }
                                        }
                                      }
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 171
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 175
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "NumberLiteral",
                                      "value": 3,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 176
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 177
                                        }
                                      }
                                    }
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 162
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 178
                                    }
                                  }
                                }
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 161
                                },
                                "end": {
                                  "line": 40,
                                  "column": 179
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 160
                            },
                            "end": {
                              "line": 40,
                              "column": 180
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 157
                          },
                          "end": {
                            "line": 40,
                            "column": 180
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 40,
                        "column": 29
                      },
                      "end": {
                        "line": 40,
                        "column": 181
                      }
                    }
                  }
                ],
                "optional": false,
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 2
                  },
                  "end": {
                    "line": 40,
                    "column": 182
                  }
                }
              },
              "name": "Anno",
              "isImported": false,
              "loc": {
                "start": {
                  "line": 40,
                  "column": 1
                },
                "end": {
                  "line": 40,
                  "column": 182
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 41,
              "column": 1
            },
            "end": {
              "line": 44,
              "column": 2
            }
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "foo",
              "loc": {
                "start": {
                  "line": 43,
                  "column": 5
                },
                "end": {
                  "line": 43,
                  "column": 8
                }
              }
            },
            "kind": "method",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 11
                    },
                    "end": {
                      "line": 43,
                      "column": 13
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 8
                  },
                  "end": {
                    "line": 43,
                    "column": 13
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 43,
                  "column": 8
                },
                "end": {
                  "line": 43,
                  "column": 13
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [
              {
                "type": "Annotation",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "Identifier",
                    "name": "Anno",
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 6
                      },
                      "end": {
                        "line": 42,
                        "column": 32
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "ObjectExpression",
                      "properties": [
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "a",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 34
                              },
                              "end": {
                                "line": 42,
                                "column": 35
                              }
                            }
                          },
                          "value": {
                            "type": "NumberLiteral",
                            "value": 10,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 37
                              },
                              "end": {
                                "line": 42,
                                "column": 39
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 34
                            },
                            "end": {
                              "line": 42,
                              "column": 39
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "b",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 41
                              },
                              "end": {
                                "line": 42,
                                "column": 42
                              }
                            }
                          },
                          "value": {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "NumberLiteral",
                                "value": 1,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 46
                                  }
                                }
                              },
                              {
                                "type": "NumberLiteral",
                                "value": 2,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 49
                                  }
                                }
                              },
                              {
                                "type": "NumberLiteral",
                                "value": 3,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 52
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 44
                              },
                              "end": {
                                "line": 42,
                                "column": 53
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 41
                            },
                            "end": {
                              "line": 42,
                              "column": 53
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "c",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 55
                              },
                              "end": {
                                "line": 42,
                                "column": 56
                              }
                            }
                          },
                          "value": {
                            "type": "StringLiteral",
                            "value": "cde",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 58
                              },
                              "end": {
                                "line": 42,
                                "column": 63
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 55
                            },
                            "end": {
                              "line": 42,
                              "column": 63
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "d",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 65
                              },
                              "end": {
                                "line": 42,
                                "column": 66
                              }
                            }
                          },
                          "value": {
                            "type": "BooleanLiteral",
                            "value": true,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 68
                              },
                              "end": {
                                "line": 42,
                                "column": 72
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 65
                            },
                            "end": {
                              "line": 42,
                              "column": 72
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "e",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 74
                              },
                              "end": {
                                "line": 42,
                                "column": 75
                              }
                            }
                          },
                          "value": {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "NumberLiteral",
                                "value": 1,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 79
                                  }
                                }
                              },
                              {
                                "type": "NumberLiteral",
                                "value": 2,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 81
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 82
                                  }
                                }
                              },
                              {
                                "type": "NumberLiteral",
                                "value": 3,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 84
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 85
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 77
                              },
                              "end": {
                                "line": 42,
                                "column": 86
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 74
                            },
                            "end": {
                              "line": 42,
                              "column": 86
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "f",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 88
                              },
                              "end": {
                                "line": 42,
                                "column": 89
                              }
                            }
                          },
                          "value": {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "NumberLiteral",
                                "value": 1,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 92
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 93
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 91
                              },
                              "end": {
                                "line": 42,
                                "column": 94
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 88
                            },
                            "end": {
                              "line": 42,
                              "column": 94
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "g",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 96
                              },
                              "end": {
                                "line": 42,
                                "column": 97
                              }
                            }
                          },
                          "value": {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "ArrayExpression",
                                "elements": [
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "NumberLiteral",
                                        "value": 0,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 102
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 103
                                          }
                                        }
                                      }
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 101
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 104
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "NumberLiteral",
                                        "value": 1,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 107
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 108
                                          }
                                        }
                                      }
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 109
                                      }
                                    }
                                  }
                                ],
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 100
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 110
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 99
                              },
                              "end": {
                                "line": 42,
                                "column": 111
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 96
                            },
                            "end": {
                              "line": 42,
                              "column": 111
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "h",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 113
                              },
                              "end": {
                                "line": 42,
                                "column": 114
                              }
                            }
                          },
                          "value": {
                            "type": "NumberLiteral",
                            "value": 10,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 116
                              },
                              "end": {
                                "line": 42,
                                "column": 118
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 113
                            },
                            "end": {
                              "line": 42,
                              "column": 118
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "i",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 120
                              },
                              "end": {
                                "line": 42,
                                "column": 121
                              }
                            }
                          },
                          "value": {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "ArrayExpression",
                                "elements": [
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "NumberLiteral",
                                        "value": 10,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 126
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 128
                                          }
                                        }
                                      }
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 125
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 129
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "NumberLiteral",
                                        "value": 20,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 132
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 134
                                          }
                                        }
                                      }
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 131
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 135
                                      }
                                    }
                                  }
                                ],
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 124
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 136
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 123
                              },
                              "end": {
                                "line": 42,
                                "column": 137
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 120
                            },
                            "end": {
                              "line": 42,
                              "column": 137
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "j",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 139
                              },
                              "end": {
                                "line": 42,
                                "column": 140
                              }
                            }
                          },
                          "value": {
                            "type": "StringLiteral",
                            "value": "B",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 142
                              },
                              "end": {
                                "line": 42,
                                "column": 145
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 139
                            },
                            "end": {
                              "line": 42,
                              "column": 145
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "k",
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 147
                              },
                              "end": {
                                "line": 42,
                                "column": 148
                              }
                            }
                          },
                          "value": {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "ArrayExpression",
                                "elements": [
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "StringLiteral",
                                        "value": "A",
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 153
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 156
                                          }
                                        }
                                      }
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 152
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 157
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "StringLiteral",
                                        "value": "B",
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 160
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 163
                                          }
                                        }
                                      }
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 159
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 164
                                      }
                                    }
                                  }
                                ],
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 151
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 165
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 150
                              },
                              "end": {
                                "line": 42,
                                "column": 166
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 147
                            },
                            "end": {
                              "line": 42,
                              "column": 166
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 33
                        },
                        "end": {
                          "line": 42,
                          "column": 167
                        }
                      }
                    }
                  ],
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 42,
                      "column": 6
                    },
                    "end": {
                      "line": 42,
                      "column": 168
                    }
                  }
                },
                "name": "Anno",
                "isImported": false,
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 5
                  },
                  "end": {
                    "line": 42,
                    "column": 168
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 42,
                "column": 5
              },
              "end": {
                "line": 43,
                "column": 13
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 41,
            "column": 9
          },
          "end": {
            "line": 44,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 41,
          "column": 1
        },
        "end": {
          "line": 44,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 45,
      "column": 1
    }
  }
}
