{
  "type": "Program",
  "statements": [
    {
      "type": "TSTypeAliasDeclaration",
      "id": {
        "type": "Identifier",
        "name": "A",
        "decorators": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 6
          },
          "end": {
            "line": 1,
            "column": 7
          }
        }
      },
      "typeAnnotation": {
        "type": "TSUnionType",
        "types": [
          {
            "type": "TSNumberKeyword",
            "loc": {
              "start": {
                "line": 1,
                "column": 13
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          {
            "type": "TSTypeReference",
            "typeName": {
              "type": "Identifier",
              "name": "T",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 22
                },
                "end": {
                  "line": 1,
                  "column": 23
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 22
              },
              "end": {
                "line": 1,
                "column": 23
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13
          },
          "end": {
            "line": 1,
            "column": 23
          }
        }
      },
      "typeParameters": {
        "type": "TSTypeParameterDeclaration",
        "params": [
          {
            "type": "TSTypeParameter",
            "name": {
              "type": "Identifier",
              "name": "T",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 8
                },
                "end": {
                  "line": 1,
                  "column": 9
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 8
              },
              "end": {
                "line": 1,
                "column": 10
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 7
          },
          "end": {
            "line": 1,
            "column": 10
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 1,
          "column": 24
        }
      }
    },
    {
      "type": "EmptyStatement",
      "loc": {
        "start": {
          "line": 1,
          "column": 23
        },
        "end": {
          "line": 1,
          "column": 24
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var1",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "A",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 11
                  },
                  "end": {
                    "line": 3,
                    "column": 12
                  }
                }
              },
              "typeParameters": {
                "type": "TSTypeParameterInstantiation",
                "params": [
                  {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 13
                      },
                      "end": {
                        "line": 3,
                        "column": 19
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 11
                  },
                  "end": {
                    "line": 3,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 11
                },
                "end": {
                  "line": 3,
                  "column": 12
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 3,
                "column": 5
              },
              "end": {
                "line": 3,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 3,
              "column": 5
            },
            "end": {
              "line": 3,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 3,
          "column": 1
        },
        "end": {
          "line": 3,
          "column": 21
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var1",
          "decorators": [],
          "loc": {
            "start": {
              "line": 4,
              "column": 1
            },
            "end": {
              "line": 4,
              "column": 5
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 4,
          "loc": {
            "start": {
              "line": 4,
              "column": 8
            },
            "end": {
              "line": 4,
              "column": 9
            }
          }
        },
        "loc": {
          "start": {
            "line": 4,
            "column": 1
          },
          "end": {
            "line": 4,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 4,
          "column": 1
        },
        "end": {
          "line": 4,
          "column": 10
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var1",
          "decorators": [],
          "loc": {
            "start": {
              "line": 5,
              "column": 1
            },
            "end": {
              "line": 5,
              "column": 5
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "",
          "loc": {
            "start": {
              "line": 5,
              "column": 8
            },
            "end": {
              "line": 5,
              "column": 13
            }
          }
        },
        "loc": {
          "start": {
            "line": 5,
            "column": 1
          },
          "end": {
            "line": 5,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 5,
          "column": 1
        },
        "end": {
          "line": 5,
          "column": 14
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var2",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "A",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 11
                  },
                  "end": {
                    "line": 7,
                    "column": 12
                  }
                }
              },
              "typeParameters": {
                "type": "TSTypeParameterInstantiation",
                "params": [
                  {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 13
                      },
                      "end": {
                        "line": 7,
                        "column": 19
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 11
                  },
                  "end": {
                    "line": 7,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 7,
                  "column": 11
                },
                "end": {
                  "line": 7,
                  "column": 12
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 7,
                "column": 5
              },
              "end": {
                "line": 7,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 7,
              "column": 5
            },
            "end": {
              "line": 7,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 7,
          "column": 1
        },
        "end": {
          "line": 7,
          "column": 21
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var2",
          "decorators": [],
          "loc": {
            "start": {
              "line": 8,
              "column": 1
            },
            "end": {
              "line": 8,
              "column": 5
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 1,
          "loc": {
            "start": {
              "line": 8,
              "column": 8
            },
            "end": {
              "line": 8,
              "column": 9
            }
          }
        },
        "loc": {
          "start": {
            "line": 8,
            "column": 1
          },
          "end": {
            "line": 8,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 8,
          "column": 1
        },
        "end": {
          "line": 8,
          "column": 10
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var3",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "A",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 11
                  },
                  "end": {
                    "line": 10,
                    "column": 12
                  }
                }
              },
              "typeParameters": {
                "type": "TSTypeParameterInstantiation",
                "params": [
                  {
                    "type": "TSTypeReference",
                    "typeName": {
                      "type": "Identifier",
                      "name": "A",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 13
                        },
                        "end": {
                          "line": 10,
                          "column": 14
                        }
                      }
                    },
                    "typeParameters": {
                      "type": "TSTypeParameterInstantiation",
                      "params": [
                        {
                          "type": "TSBooleanKeyword",
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 15
                            },
                            "end": {
                              "line": 10,
                              "column": 22
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 13
                        },
                        "end": {
                          "line": 10,
                          "column": 24
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 13
                      },
                      "end": {
                        "line": 10,
                        "column": 14
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 11
                  },
                  "end": {
                    "line": 10,
                    "column": 24
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 10,
                  "column": 11
                },
                "end": {
                  "line": 10,
                  "column": 12
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 10,
                "column": 5
              },
              "end": {
                "line": 10,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 10,
              "column": 5
            },
            "end": {
              "line": 10,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 10,
          "column": 1
        },
        "end": {
          "line": 10,
          "column": 25
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var3",
          "decorators": [],
          "loc": {
            "start": {
              "line": 11,
              "column": 1
            },
            "end": {
              "line": 11,
              "column": 5
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 2,
          "loc": {
            "start": {
              "line": 11,
              "column": 8
            },
            "end": {
              "line": 11,
              "column": 9
            }
          }
        },
        "loc": {
          "start": {
            "line": 11,
            "column": 1
          },
          "end": {
            "line": 11,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 11,
          "column": 1
        },
        "end": {
          "line": 11,
          "column": 10
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var3",
          "decorators": [],
          "loc": {
            "start": {
              "line": 12,
              "column": 1
            },
            "end": {
              "line": 12,
              "column": 5
            }
          }
        },
        "right": {
          "type": "BooleanLiteral",
          "value": true,
          "loc": {
            "start": {
              "line": 12,
              "column": 8
            },
            "end": {
              "line": 12,
              "column": 12
            }
          }
        },
        "loc": {
          "start": {
            "line": 12,
            "column": 1
          },
          "end": {
            "line": 12,
            "column": 12
          }
        }
      },
      "loc": {
        "start": {
          "line": 12,
          "column": 1
        },
        "end": {
          "line": 12,
          "column": 13
        }
      }
    },
    {
      "type": "TSTypeAliasDeclaration",
      "id": {
        "type": "Identifier",
        "name": "B",
        "decorators": [],
        "loc": {
          "start": {
            "line": 14,
            "column": 6
          },
          "end": {
            "line": 14,
            "column": 7
          }
        }
      },
      "typeAnnotation": {
        "type": "TSTupleType",
        "elementTypes": [
          {
            "type": "TSTypeReference",
            "typeName": {
              "type": "Identifier",
              "name": "R",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 14,
                  "column": 26
                },
                "end": {
                  "line": 14,
                  "column": 27
                }
              }
            },
            "loc": {
              "start": {
                "line": 14,
                "column": 26
              },
              "end": {
                "line": 14,
                "column": 28
              }
            }
          },
          {
            "type": "TSTypeReference",
            "typeName": {
              "type": "Identifier",
              "name": "T",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 14,
                  "column": 29
                },
                "end": {
                  "line": 14,
                  "column": 30
                }
              }
            },
            "loc": {
              "start": {
                "line": 14,
                "column": 29
              },
              "end": {
                "line": 14,
                "column": 31
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 14,
            "column": 25
          },
          "end": {
            "line": 14,
            "column": 31
          }
        }
      },
      "typeParameters": {
        "type": "TSTypeParameterDeclaration",
        "params": [
          {
            "type": "TSTypeParameter",
            "name": {
              "type": "Identifier",
              "name": "R",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 14,
                  "column": 8
                },
                "end": {
                  "line": 14,
                  "column": 9
                }
              }
            },
            "loc": {
              "start": {
                "line": 14,
                "column": 8
              },
              "end": {
                "line": 14,
                "column": 10
              }
            }
          },
          {
            "type": "TSTypeParameter",
            "name": {
              "type": "Identifier",
              "name": "T",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 14,
                  "column": 11
                },
                "end": {
                  "line": 14,
                  "column": 12
                }
              }
            },
            "default": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 14,
                  "column": 15
                },
                "end": {
                  "line": 14,
                  "column": 21
                }
              }
            },
            "loc": {
              "start": {
                "line": 14,
                "column": 11
              },
              "end": {
                "line": 14,
                "column": 22
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 14,
            "column": 7
          },
          "end": {
            "line": 14,
            "column": 22
          }
        }
      },
      "loc": {
        "start": {
          "line": 14,
          "column": 1
        },
        "end": {
          "line": 14,
          "column": 32
        }
      }
    },
    {
      "type": "EmptyStatement",
      "loc": {
        "start": {
          "line": 14,
          "column": 31
        },
        "end": {
          "line": 14,
          "column": 32
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var4",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "B",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 11
                  },
                  "end": {
                    "line": 16,
                    "column": 12
                  }
                }
              },
              "typeParameters": {
                "type": "TSTypeParameterInstantiation",
                "params": [
                  {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 13
                      },
                      "end": {
                        "line": 16,
                        "column": 19
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 11
                  },
                  "end": {
                    "line": 16,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 16,
                  "column": 11
                },
                "end": {
                  "line": 16,
                  "column": 12
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 16,
                "column": 5
              },
              "end": {
                "line": 16,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 16,
              "column": 5
            },
            "end": {
              "line": 16,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 21
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var4",
          "decorators": [],
          "loc": {
            "start": {
              "line": 17,
              "column": 1
            },
            "end": {
              "line": 17,
              "column": 5
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "StringLiteral",
              "value": "",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 9
                },
                "end": {
                  "line": 17,
                  "column": 14
                }
              }
            },
            {
              "type": "NumberLiteral",
              "value": 12,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 16
                },
                "end": {
                  "line": 17,
                  "column": 18
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 17,
              "column": 8
            },
            "end": {
              "line": 17,
              "column": 19
            }
          }
        },
        "loc": {
          "start": {
            "line": 17,
            "column": 1
          },
          "end": {
            "line": 17,
            "column": 19
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 20
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var5",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "B",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 11
                  },
                  "end": {
                    "line": 19,
                    "column": 12
                  }
                }
              },
              "typeParameters": {
                "type": "TSTypeParameterInstantiation",
                "params": [
                  {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 13
                      },
                      "end": {
                        "line": 19,
                        "column": 19
                      }
                    }
                  },
                  {
                    "type": "TSBooleanKeyword",
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 21
                      },
                      "end": {
                        "line": 19,
                        "column": 28
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 11
                  },
                  "end": {
                    "line": 19,
                    "column": 29
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 11
                },
                "end": {
                  "line": 19,
                  "column": 12
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 19,
                "column": 5
              },
              "end": {
                "line": 19,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 19,
              "column": 5
            },
            "end": {
              "line": 19,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 30
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var5",
          "decorators": [],
          "loc": {
            "start": {
              "line": 20,
              "column": 1
            },
            "end": {
              "line": 20,
              "column": 5
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "NumberLiteral",
              "value": 4,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 9
                },
                "end": {
                  "line": 20,
                  "column": 10
                }
              }
            },
            {
              "type": "BooleanLiteral",
              "value": true,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 12
                },
                "end": {
                  "line": 20,
                  "column": 16
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 20,
              "column": 8
            },
            "end": {
              "line": 20,
              "column": 17
            }
          }
        },
        "loc": {
          "start": {
            "line": 20,
            "column": 1
          },
          "end": {
            "line": 20,
            "column": 17
          }
        }
      },
      "loc": {
        "start": {
          "line": 20,
          "column": 1
        },
        "end": {
          "line": 20,
          "column": 18
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var6",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "B",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 11
                  },
                  "end": {
                    "line": 22,
                    "column": 12
                  }
                }
              },
              "typeParameters": {
                "type": "TSTypeParameterInstantiation",
                "params": [
                  {
                    "type": "TSTypeReference",
                    "typeName": {
                      "type": "Identifier",
                      "name": "A",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 13
                        },
                        "end": {
                          "line": 22,
                          "column": 14
                        }
                      }
                    },
                    "typeParameters": {
                      "type": "TSTypeParameterInstantiation",
                      "params": [
                        {
                          "type": "TSTypeLiteral",
                          "members": [
                            {
                              "type": "TSPropertySignature",
                              "computed": false,
                              "optional": false,
                              "readonly": false,
                              "key": {
                                "type": "Identifier",
                                "name": "a",
                                "decorators": [],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 18
                                  }
                                }
                              },
                              "typeAnnotation": {
                                "type": "TSNumberKeyword",
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 26
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 17
                                },
                                "end": {
                                  "line": 22,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "TSPropertySignature",
                              "computed": false,
                              "optional": false,
                              "readonly": false,
                              "key": {
                                "type": "Identifier",
                                "name": "b",
                                "decorators": [],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 29
                                  }
                                }
                              },
                              "typeAnnotation": {
                                "type": "TSStringKeyword",
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 37
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 28
                                },
                                "end": {
                                  "line": 22,
                                  "column": 39
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 15
                            },
                            "end": {
                              "line": 22,
                              "column": 39
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 13
                        },
                        "end": {
                          "line": 22,
                          "column": 41
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 13
                      },
                      "end": {
                        "line": 22,
                        "column": 14
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 11
                  },
                  "end": {
                    "line": 22,
                    "column": 41
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 22,
                  "column": 11
                },
                "end": {
                  "line": 22,
                  "column": 12
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 22,
                "column": 5
              },
              "end": {
                "line": 22,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 22,
              "column": 5
            },
            "end": {
              "line": 22,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 22,
          "column": 1
        },
        "end": {
          "line": 22,
          "column": 42
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var6",
          "decorators": [],
          "loc": {
            "start": {
              "line": 23,
              "column": 1
            },
            "end": {
              "line": 23,
              "column": 5
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "ObjectExpression",
              "properties": [
                {
                  "type": "Property",
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 11
                      },
                      "end": {
                        "line": 23,
                        "column": 12
                      }
                    }
                  },
                  "value": {
                    "type": "NumberLiteral",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 14
                      },
                      "end": {
                        "line": 23,
                        "column": 15
                      }
                    }
                  },
                  "kind": "init",
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 11
                    },
                    "end": {
                      "line": 23,
                      "column": 15
                    }
                  }
                },
                {
                  "type": "Property",
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 17
                      },
                      "end": {
                        "line": 23,
                        "column": 18
                      }
                    }
                  },
                  "value": {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 20
                      },
                      "end": {
                        "line": 23,
                        "column": 25
                      }
                    }
                  },
                  "kind": "init",
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 17
                    },
                    "end": {
                      "line": 23,
                      "column": 25
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 23,
                  "column": 9
                },
                "end": {
                  "line": 23,
                  "column": 27
                }
              }
            },
            {
              "type": "NumberLiteral",
              "value": 12,
              "loc": {
                "start": {
                  "line": 23,
                  "column": 29
                },
                "end": {
                  "line": 23,
                  "column": 31
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 23,
              "column": 8
            },
            "end": {
              "line": 23,
              "column": 32
            }
          }
        },
        "loc": {
          "start": {
            "line": 23,
            "column": 1
          },
          "end": {
            "line": 23,
            "column": 32
          }
        }
      },
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 23,
          "column": 33
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "o",
            "decorators": [],
            "loc": {
              "start": {
                "line": 25,
                "column": 5
              },
              "end": {
                "line": 25,
                "column": 6
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "a",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 5
                    },
                    "end": {
                      "line": 26,
                      "column": 6
                    }
                  }
                },
                "value": {
                  "type": "NumberLiteral",
                  "value": 12,
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 8
                    },
                    "end": {
                      "line": 26,
                      "column": 10
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 5
                  },
                  "end": {
                    "line": 26,
                    "column": 10
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "b",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 5
                    },
                    "end": {
                      "line": 27,
                      "column": 6
                    }
                  }
                },
                "value": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "StringLiteral",
                      "value": "",
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 9
                        },
                        "end": {
                          "line": 27,
                          "column": 14
                        }
                      }
                    },
                    {
                      "type": "BooleanLiteral",
                      "value": true,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 16
                        },
                        "end": {
                          "line": 27,
                          "column": 20
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 8
                    },
                    "end": {
                      "line": 27,
                      "column": 21
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 5
                  },
                  "end": {
                    "line": 27,
                    "column": 21
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 25,
                "column": 9
              },
              "end": {
                "line": 28,
                "column": 2
              }
            }
          },
          "loc": {
            "start": {
              "line": 25,
              "column": 5
            },
            "end": {
              "line": 28,
              "column": 2
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 25,
          "column": 1
        },
        "end": {
          "line": 28,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "z",
            "decorators": [],
            "loc": {
              "start": {
                "line": 30,
                "column": 5
              },
              "end": {
                "line": 30,
                "column": 6
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "SpreadElement",
                "argument": {
                  "type": "Identifier",
                  "name": "o",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 8
                    },
                    "end": {
                      "line": 31,
                      "column": 9
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 5
                  },
                  "end": {
                    "line": 31,
                    "column": 9
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "c",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 5
                    },
                    "end": {
                      "line": 32,
                      "column": 6
                    }
                  }
                },
                "value": {
                  "type": "FunctionExpression",
                  "function": {
                    "type": "ScriptFunction",
                    "id": null,
                    "generator": false,
                    "async": false,
                    "expression": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "a",
                        "typeAnnotation": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 21
                            },
                            "end": {
                              "line": 32,
                              "column": 27
                            }
                          }
                        },
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 18
                          },
                          "end": {
                            "line": 32,
                            "column": 19
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "b",
                        "typeAnnotation": {
                          "type": "TSStringKeyword",
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 32
                            },
                            "end": {
                              "line": 32,
                              "column": 38
                            }
                          }
                        },
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 29
                          },
                          "end": {
                            "line": 32,
                            "column": 30
                          }
                        }
                      }
                    ],
                    "returnType": {
                      "type": "TSArrayType",
                      "elementType": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 41
                          },
                          "end": {
                            "line": 32,
                            "column": 47
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 41
                        },
                        "end": {
                          "line": 32,
                          "column": 49
                        }
                      }
                    },
                    "body": {
                      "type": "BlockStatement",
                      "statements": [
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "NumberLiteral",
                                "value": 1,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 18
                                  }
                                }
                              },
                              {
                                "type": "NumberLiteral",
                                "value": 2,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 21
                                  }
                                }
                              },
                              {
                                "type": "NumberLiteral",
                                "value": 3,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 24
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 16
                              },
                              "end": {
                                "line": 33,
                                "column": 25
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 9
                            },
                            "end": {
                              "line": 33,
                              "column": 26
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 50
                        },
                        "end": {
                          "line": 34,
                          "column": 6
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 8
                      },
                      "end": {
                        "line": 34,
                        "column": 6
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 8
                    },
                    "end": {
                      "line": 34,
                      "column": 6
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 5
                  },
                  "end": {
                    "line": 34,
                    "column": 6
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 30,
                "column": 9
              },
              "end": {
                "line": 35,
                "column": 2
              }
            }
          },
          "loc": {
            "start": {
              "line": 30,
              "column": 5
            },
            "end": {
              "line": 35,
              "column": 2
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 30,
          "column": 1
        },
        "end": {
          "line": 35,
          "column": 2
        }
      }
    },
    {
      "type": "TSTypeAliasDeclaration",
      "id": {
        "type": "Identifier",
        "name": "C",
        "decorators": [],
        "loc": {
          "start": {
            "line": 37,
            "column": 6
          },
          "end": {
            "line": 37,
            "column": 7
          }
        }
      },
      "typeAnnotation": {
        "type": "TSArrayType",
        "elementType": {
          "type": "TSParenthesizedType",
          "typeAnnotation": {
            "type": "TSUnionType",
            "types": [
              {
                "type": "TSTypeReference",
                "typeName": {
                  "type": "Identifier",
                  "name": "T",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 45
                    },
                    "end": {
                      "line": 37,
                      "column": 46
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 45
                  },
                  "end": {
                    "line": 37,
                    "column": 46
                  }
                }
              },
              {
                "type": "TSTypeReference",
                "typeName": {
                  "type": "Identifier",
                  "name": "E",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 49
                    },
                    "end": {
                      "line": 37,
                      "column": 50
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 49
                  },
                  "end": {
                    "line": 37,
                    "column": 50
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 37,
                "column": 45
              },
              "end": {
                "line": 37,
                "column": 50
              }
            }
          },
          "loc": {
            "start": {
              "line": 37,
              "column": 44
            },
            "end": {
              "line": 37,
              "column": 51
            }
          }
        },
        "loc": {
          "start": {
            "line": 37,
            "column": 44
          },
          "end": {
            "line": 37,
            "column": 53
          }
        }
      },
      "typeParameters": {
        "type": "TSTypeParameterDeclaration",
        "params": [
          {
            "type": "TSTypeParameter",
            "name": {
              "type": "Identifier",
              "name": "T",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 37,
                  "column": 8
                },
                "end": {
                  "line": 37,
                  "column": 9
                }
              }
            },
            "default": {
              "type": "TSTypeQuery",
              "exprName": {
                "type": "Identifier",
                "name": "z",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 19
                  },
                  "end": {
                    "line": 37,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 37,
                  "column": 12
                },
                "end": {
                  "line": 37,
                  "column": 20
                }
              }
            },
            "loc": {
              "start": {
                "line": 37,
                "column": 8
              },
              "end": {
                "line": 37,
                "column": 21
              }
            }
          },
          {
            "type": "TSTypeParameter",
            "name": {
              "type": "Identifier",
              "name": "E",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 37,
                  "column": 22
                },
                "end": {
                  "line": 37,
                  "column": 23
                }
              }
            },
            "default": {
              "type": "TSFunctionType",
              "params": [],
              "returnType": {
                "type": "TSArrayType",
                "elementType": {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 32
                    },
                    "end": {
                      "line": 37,
                      "column": 38
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 32
                  },
                  "end": {
                    "line": 37,
                    "column": 40
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 37,
                  "column": 26
                },
                "end": {
                  "line": 37,
                  "column": 40
                }
              }
            },
            "loc": {
              "start": {
                "line": 37,
                "column": 22
              },
              "end": {
                "line": 37,
                "column": 41
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 37,
            "column": 7
          },
          "end": {
            "line": 37,
            "column": 41
          }
        }
      },
      "loc": {
        "start": {
          "line": 37,
          "column": 1
        },
        "end": {
          "line": 37,
          "column": 54
        }
      }
    },
    {
      "type": "EmptyStatement",
      "loc": {
        "start": {
          "line": 37,
          "column": 53
        },
        "end": {
          "line": 37,
          "column": 54
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var7",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "C",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 39,
                    "column": 11
                  },
                  "end": {
                    "line": 39,
                    "column": 12
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 39,
                  "column": 11
                },
                "end": {
                  "line": 39,
                  "column": 12
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 39,
                "column": 5
              },
              "end": {
                "line": 39,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 39,
              "column": 5
            },
            "end": {
              "line": 39,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 39,
          "column": 1
        },
        "end": {
          "line": 39,
          "column": 13
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var7",
          "decorators": [],
          "loc": {
            "start": {
              "line": 40,
              "column": 1
            },
            "end": {
              "line": 40,
              "column": 5
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [],
          "loc": {
            "start": {
              "line": 40,
              "column": 8
            },
            "end": {
              "line": 40,
              "column": 10
            }
          }
        },
        "loc": {
          "start": {
            "line": 40,
            "column": 1
          },
          "end": {
            "line": 40,
            "column": 10
          }
        }
      },
      "loc": {
        "start": {
          "line": 40,
          "column": 1
        },
        "end": {
          "line": 40,
          "column": 11
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var7",
          "decorators": [],
          "loc": {
            "start": {
              "line": 41,
              "column": 1
            },
            "end": {
              "line": 41,
              "column": 5
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "ObjectExpression",
              "properties": [
                {
                  "type": "Property",
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 11
                      },
                      "end": {
                        "line": 41,
                        "column": 12
                      }
                    }
                  },
                  "value": {
                    "type": "NumberLiteral",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 14
                      },
                      "end": {
                        "line": 41,
                        "column": 15
                      }
                    }
                  },
                  "kind": "init",
                  "loc": {
                    "start": {
                      "line": 41,
                      "column": 11
                    },
                    "end": {
                      "line": 41,
                      "column": 15
                    }
                  }
                },
                {
                  "type": "Property",
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 17
                      },
                      "end": {
                        "line": 41,
                        "column": 18
                      }
                    }
                  },
                  "value": {
                    "type": "ArrayExpression",
                    "elements": [
                      {
                        "type": "StringLiteral",
                        "value": "",
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 21
                          },
                          "end": {
                            "line": 41,
                            "column": 26
                          }
                        }
                      },
                      {
                        "type": "BooleanLiteral",
                        "value": false,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 28
                          },
                          "end": {
                            "line": 41,
                            "column": 33
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 20
                      },
                      "end": {
                        "line": 41,
                        "column": 34
                      }
                    }
                  },
                  "kind": "init",
                  "loc": {
                    "start": {
                      "line": 41,
                      "column": 17
                    },
                    "end": {
                      "line": 41,
                      "column": 34
                    }
                  }
                },
                {
                  "type": "Property",
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "name": "c",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 36
                      },
                      "end": {
                        "line": 41,
                        "column": 37
                      }
                    }
                  },
                  "value": {
                    "type": "FunctionExpression",
                    "function": {
                      "type": "ScriptFunction",
                      "id": null,
                      "generator": false,
                      "async": false,
                      "expression": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "statements": [
                          {
                            "type": "ReturnStatement",
                            "argument": {
                              "type": "ArrayExpression",
                              "elements": [
                                {
                                  "type": "NumberLiteral",
                                  "value": 1,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 62
                                    }
                                  }
                                }
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 60
                                },
                                "end": {
                                  "line": 41,
                                  "column": 63
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 53
                              },
                              "end": {
                                "line": 41,
                                "column": 63
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 51
                          },
                          "end": {
                            "line": 41,
                            "column": 65
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 39
                        },
                        "end": {
                          "line": 41,
                          "column": 65
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 39
                      },
                      "end": {
                        "line": 41,
                        "column": 65
                      }
                    }
                  },
                  "kind": "init",
                  "loc": {
                    "start": {
                      "line": 41,
                      "column": 36
                    },
                    "end": {
                      "line": 41,
                      "column": 65
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 41,
                  "column": 9
                },
                "end": {
                  "line": 41,
                  "column": 67
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 41,
              "column": 8
            },
            "end": {
              "line": 41,
              "column": 68
            }
          }
        },
        "loc": {
          "start": {
            "line": 41,
            "column": 1
          },
          "end": {
            "line": 41,
            "column": 68
          }
        }
      },
      "loc": {
        "start": {
          "line": 41,
          "column": 1
        },
        "end": {
          "line": 41,
          "column": 69
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var7",
          "decorators": [],
          "loc": {
            "start": {
              "line": 42,
              "column": 1
            },
            "end": {
              "line": 42,
              "column": 5
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "ArrayExpression",
                        "elements": [
                          {
                            "type": "NumberLiteral",
                            "value": 1,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 13
                              },
                              "end": {
                                "line": 43,
                                "column": 14
                              }
                            }
                          },
                          {
                            "type": "NumberLiteral",
                            "value": 2,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 16
                              },
                              "end": {
                                "line": 43,
                                "column": 17
                              }
                            }
                          },
                          {
                            "type": "NumberLiteral",
                            "value": 3,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 19
                              },
                              "end": {
                                "line": 43,
                                "column": 20
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 12
                          },
                          "end": {
                            "line": 43,
                            "column": 21
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 5
                        },
                        "end": {
                          "line": 43,
                          "column": 22
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 42,
                      "column": 21
                    },
                    "end": {
                      "line": 44,
                      "column": 2
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 9
                  },
                  "end": {
                    "line": 44,
                    "column": 2
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 42,
                  "column": 9
                },
                "end": {
                  "line": 44,
                  "column": 2
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 42,
              "column": 8
            },
            "end": {
              "line": 44,
              "column": 3
            }
          }
        },
        "loc": {
          "start": {
            "line": 42,
            "column": 1
          },
          "end": {
            "line": 44,
            "column": 3
          }
        }
      },
      "loc": {
        "start": {
          "line": 42,
          "column": 1
        },
        "end": {
          "line": 44,
          "column": 4
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var7",
          "decorators": [],
          "loc": {
            "start": {
              "line": 45,
              "column": 1
            },
            "end": {
              "line": 45,
              "column": 5
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "ObjectExpression",
              "properties": [
                {
                  "type": "Property",
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 11
                      },
                      "end": {
                        "line": 45,
                        "column": 12
                      }
                    }
                  },
                  "value": {
                    "type": "NumberLiteral",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 14
                      },
                      "end": {
                        "line": 45,
                        "column": 15
                      }
                    }
                  },
                  "kind": "init",
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 11
                    },
                    "end": {
                      "line": 45,
                      "column": 15
                    }
                  }
                },
                {
                  "type": "Property",
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 17
                      },
                      "end": {
                        "line": 45,
                        "column": 18
                      }
                    }
                  },
                  "value": {
                    "type": "ArrayExpression",
                    "elements": [
                      {
                        "type": "StringLiteral",
                        "value": "",
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 21
                          },
                          "end": {
                            "line": 45,
                            "column": 26
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 20
                      },
                      "end": {
                        "line": 45,
                        "column": 27
                      }
                    }
                  },
                  "kind": "init",
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 17
                    },
                    "end": {
                      "line": 45,
                      "column": 27
                    }
                  }
                },
                {
                  "type": "Property",
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "name": "c",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 29
                      },
                      "end": {
                        "line": 45,
                        "column": 30
                      }
                    }
                  },
                  "value": {
                    "type": "FunctionExpression",
                    "function": {
                      "type": "ScriptFunction",
                      "id": null,
                      "generator": false,
                      "async": false,
                      "expression": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "a",
                          "typeAnnotation": {
                            "type": "TSNumberKeyword",
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 45
                              },
                              "end": {
                                "line": 45,
                                "column": 51
                              }
                            }
                          },
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 42
                            },
                            "end": {
                              "line": 45,
                              "column": 43
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "b",
                          "typeAnnotation": {
                            "type": "TSStringKeyword",
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 56
                              },
                              "end": {
                                "line": 45,
                                "column": 62
                              }
                            }
                          },
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 53
                            },
                            "end": {
                              "line": 45,
                              "column": 54
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "statements": [
                          {
                            "type": "ReturnStatement",
                            "argument": {
                              "type": "ArrayExpression",
                              "elements": [],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 73
                                },
                                "end": {
                                  "line": 45,
                                  "column": 75
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 66
                              },
                              "end": {
                                "line": 45,
                                "column": 75
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 64
                          },
                          "end": {
                            "line": 45,
                            "column": 77
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 32
                        },
                        "end": {
                          "line": 45,
                          "column": 77
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 32
                      },
                      "end": {
                        "line": 45,
                        "column": 77
                      }
                    }
                  },
                  "kind": "init",
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 29
                    },
                    "end": {
                      "line": 45,
                      "column": 77
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 45,
                  "column": 9
                },
                "end": {
                  "line": 45,
                  "column": 79
                }
              }
            },
            {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "ArrayExpression",
                        "elements": [
                          {
                            "type": "NumberLiteral",
                            "value": 2,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 103
                              },
                              "end": {
                                "line": 45,
                                "column": 104
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 102
                          },
                          "end": {
                            "line": 45,
                            "column": 105
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 95
                        },
                        "end": {
                          "line": 45,
                          "column": 105
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 93
                    },
                    "end": {
                      "line": 45,
                      "column": 107
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 81
                  },
                  "end": {
                    "line": 45,
                    "column": 107
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 45,
                  "column": 81
                },
                "end": {
                  "line": 45,
                  "column": 107
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 45,
              "column": 8
            },
            "end": {
              "line": 45,
              "column": 108
            }
          }
        },
        "loc": {
          "start": {
            "line": 45,
            "column": 1
          },
          "end": {
            "line": 45,
            "column": 108
          }
        }
      },
      "loc": {
        "start": {
          "line": 45,
          "column": 1
        },
        "end": {
          "line": 45,
          "column": 109
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var8",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "C",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 11
                  },
                  "end": {
                    "line": 47,
                    "column": 12
                  }
                }
              },
              "typeParameters": {
                "type": "TSTypeParameterInstantiation",
                "params": [
                  {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 13
                      },
                      "end": {
                        "line": 47,
                        "column": 19
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 11
                  },
                  "end": {
                    "line": 47,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 47,
                  "column": 11
                },
                "end": {
                  "line": 47,
                  "column": 12
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 47,
                "column": 5
              },
              "end": {
                "line": 47,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 47,
              "column": 5
            },
            "end": {
              "line": 47,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 47,
          "column": 1
        },
        "end": {
          "line": 47,
          "column": 21
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var8",
          "decorators": [],
          "loc": {
            "start": {
              "line": 48,
              "column": 1
            },
            "end": {
              "line": 48,
              "column": 5
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "NumberLiteral",
              "value": 1,
              "loc": {
                "start": {
                  "line": 48,
                  "column": 9
                },
                "end": {
                  "line": 48,
                  "column": 10
                }
              }
            },
            {
              "type": "NumberLiteral",
              "value": 2,
              "loc": {
                "start": {
                  "line": 48,
                  "column": 12
                },
                "end": {
                  "line": 48,
                  "column": 13
                }
              }
            },
            {
              "type": "NumberLiteral",
              "value": 3,
              "loc": {
                "start": {
                  "line": 48,
                  "column": 15
                },
                "end": {
                  "line": 48,
                  "column": 16
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 48,
              "column": 8
            },
            "end": {
              "line": 48,
              "column": 17
            }
          }
        },
        "loc": {
          "start": {
            "line": 48,
            "column": 1
          },
          "end": {
            "line": 48,
            "column": 17
          }
        }
      },
      "loc": {
        "start": {
          "line": 48,
          "column": 1
        },
        "end": {
          "line": 48,
          "column": 18
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func",
          "decorators": [],
          "loc": {
            "start": {
              "line": 50,
              "column": 10
            },
            "end": {
              "line": 50,
              "column": 14
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "returnType": {
          "type": "TSArrayType",
          "elementType": {
            "type": "TSNumberKeyword",
            "loc": {
              "start": {
                "line": 50,
                "column": 18
              },
              "end": {
                "line": 50,
                "column": 24
              }
            }
          },
          "loc": {
            "start": {
              "line": 50,
              "column": 18
            },
            "end": {
              "line": 50,
              "column": 26
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "NumberLiteral",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 13
                      },
                      "end": {
                        "line": 51,
                        "column": 14
                      }
                    }
                  },
                  {
                    "type": "NumberLiteral",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 16
                      },
                      "end": {
                        "line": 51,
                        "column": 17
                      }
                    }
                  },
                  {
                    "type": "NumberLiteral",
                    "value": 3,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 19
                      },
                      "end": {
                        "line": 51,
                        "column": 20
                      }
                    }
                  },
                  {
                    "type": "NumberLiteral",
                    "value": 4,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 22
                      },
                      "end": {
                        "line": 51,
                        "column": 23
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 12
                  },
                  "end": {
                    "line": 51,
                    "column": 24
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 51,
                  "column": 5
                },
                "end": {
                  "line": 51,
                  "column": 25
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 50,
              "column": 27
            },
            "end": {
              "line": 52,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 50,
            "column": 1
          },
          "end": {
            "line": 52,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 50,
          "column": 1
        },
        "end": {
          "line": 52,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var8",
          "decorators": [],
          "loc": {
            "start": {
              "line": 54,
              "column": 1
            },
            "end": {
              "line": 54,
              "column": 5
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "NumberLiteral",
              "value": 1,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 9
                },
                "end": {
                  "line": 54,
                  "column": 10
                }
              }
            },
            {
              "type": "Identifier",
              "name": "func",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 54,
                  "column": 12
                },
                "end": {
                  "line": 54,
                  "column": 16
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 54,
              "column": 8
            },
            "end": {
              "line": 54,
              "column": 17
            }
          }
        },
        "loc": {
          "start": {
            "line": 54,
            "column": 1
          },
          "end": {
            "line": 54,
            "column": 17
          }
        }
      },
      "loc": {
        "start": {
          "line": 54,
          "column": 1
        },
        "end": {
          "line": 54,
          "column": 18
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 55,
      "column": 1
    }
  }
}
