{
  "type": "Program",
  "statements": [
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func1",
          "decorators": [],
          "loc": {
            "start": {
              "line": 1,
              "column": 10
            },
            "end": {
              "line": 1,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 19
                },
                "end": {
                  "line": 1,
                  "column": 25
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 1,
                "column": 16
              },
              "end": {
                "line": 1,
                "column": 17
              }
            }
          }
        ],
        "returnType": {
          "type": "TSVoidKeyword",
          "loc": {
            "start": {
              "line": 1,
              "column": 28
            },
            "end": {
              "line": 1,
              "column": 32
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "statements": [],
          "loc": {
            "start": {
              "line": 1,
              "column": 33
            },
            "end": {
              "line": 3,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 1
          },
          "end": {
            "line": 3,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 3,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "func1",
          "decorators": [],
          "loc": {
            "start": {
              "line": 4,
              "column": 1
            },
            "end": {
              "line": 4,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "NumberLiteral",
            "value": 5,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 8
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 4,
            "column": 1
          },
          "end": {
            "line": 4,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 4,
          "column": 1
        },
        "end": {
          "line": 4,
          "column": 10
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func2",
          "decorators": [],
          "loc": {
            "start": {
              "line": 6,
              "column": 10
            },
            "end": {
              "line": 6,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 6,
                  "column": 19
                },
                "end": {
                  "line": 6,
                  "column": 25
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 6,
                "column": 16
              },
              "end": {
                "line": 6,
                "column": 17
              }
            }
          }
        ],
        "returnType": {
          "type": "TSNumberKeyword",
          "loc": {
            "start": {
              "line": 6,
              "column": 28
            },
            "end": {
              "line": 6,
              "column": 34
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "Identifier",
                "name": "a",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 12
                  },
                  "end": {
                    "line": 7,
                    "column": 13
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 7,
                  "column": 5
                },
                "end": {
                  "line": 7,
                  "column": 14
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 35
            },
            "end": {
              "line": 8,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 6,
            "column": 1
          },
          "end": {
            "line": 8,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 6,
          "column": 1
        },
        "end": {
          "line": 8,
          "column": 2
        }
      }
    },
    {
      "type": "TSTypeAliasDeclaration",
      "id": {
        "type": "Identifier",
        "name": "callAbleObj1",
        "decorators": [],
        "loc": {
          "start": {
            "line": 10,
            "column": 6
          },
          "end": {
            "line": 10,
            "column": 18
          }
        }
      },
      "typeAnnotation": {
        "type": "TSTypeLiteral",
        "members": [
          {
            "type": "TSCallSignatureDeclaration",
            "params": [
              {
                "type": "Identifier",
                "name": "a",
                "typeAnnotation": {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 9
                    },
                    "end": {
                      "line": 11,
                      "column": 15
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 6
                  },
                  "end": {
                    "line": 11,
                    "column": 7
                  }
                }
              }
            ],
            "returnType": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 11,
                  "column": 18
                },
                "end": {
                  "line": 11,
                  "column": 24
                }
              }
            },
            "loc": {
              "start": {
                "line": 11,
                "column": 5
              },
              "end": {
                "line": 12,
                "column": 2
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 10,
            "column": 21
          },
          "end": {
            "line": 12,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 10,
          "column": 1
        },
        "end": {
          "line": 14,
          "column": 9
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func3",
          "decorators": [],
          "loc": {
            "start": {
              "line": 14,
              "column": 10
            },
            "end": {
              "line": 14,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "fn",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "callAbleObj1",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 20
                  },
                  "end": {
                    "line": 14,
                    "column": 32
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 14,
                  "column": 20
                },
                "end": {
                  "line": 14,
                  "column": 32
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 14,
                "column": 16
              },
              "end": {
                "line": 14,
                "column": 18
              }
            }
          }
        ],
        "returnType": {
          "type": "TSNumberKeyword",
          "loc": {
            "start": {
              "line": 14,
              "column": 35
            },
            "end": {
              "line": 14,
              "column": 41
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "fn",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 12
                    },
                    "end": {
                      "line": 15,
                      "column": 14
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NumberLiteral",
                    "value": 5,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 15
                      },
                      "end": {
                        "line": 15,
                        "column": 16
                      }
                    }
                  }
                ],
                "optional": false,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 12
                  },
                  "end": {
                    "line": 15,
                    "column": 17
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 15,
                  "column": 5
                },
                "end": {
                  "line": 15,
                  "column": 18
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 14,
              "column": 42
            },
            "end": {
              "line": 16,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 14,
            "column": 1
          },
          "end": {
            "line": 16,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 14,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "obj1",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "callAbleObj1",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 11
                  },
                  "end": {
                    "line": 18,
                    "column": 23
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 18,
                  "column": 11
                },
                "end": {
                  "line": 18,
                  "column": 23
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 18,
                "column": 5
              },
              "end": {
                "line": 18,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 18,
              "column": 5
            },
            "end": {
              "line": 18,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 24
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "func1",
          "decorators": [],
          "loc": {
            "start": {
              "line": 19,
              "column": 1
            },
            "end": {
              "line": 19,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func2",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 19,
                  "column": 7
                },
                "end": {
                  "line": 19,
                  "column": 12
                }
              }
            },
            "arguments": [
              {
                "type": "CallExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "func3",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 13
                    },
                    "end": {
                      "line": 19,
                      "column": 18
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "name": "obj1",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 19
                      },
                      "end": {
                        "line": 19,
                        "column": 23
                      }
                    }
                  }
                ],
                "optional": false,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 13
                  },
                  "end": {
                    "line": 19,
                    "column": 24
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 19,
                "column": 7
              },
              "end": {
                "line": 19,
                "column": 25
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 19,
            "column": 1
          },
          "end": {
            "line": 19,
            "column": 26
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 27
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func4",
          "decorators": [],
          "loc": {
            "start": {
              "line": 21,
              "column": 10
            },
            "end": {
              "line": 21,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 21,
                  "column": 19
                },
                "end": {
                  "line": 21,
                  "column": 25
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 21,
                "column": 16
              },
              "end": {
                "line": 21,
                "column": 17
              }
            }
          }
        ],
        "returnType": {
          "type": "TSNumberKeyword",
          "loc": {
            "start": {
              "line": 21,
              "column": 28
            },
            "end": {
              "line": 21,
              "column": 34
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "UpdateExpression",
                "operator": "++",
                "prefix": false,
                "argument": {
                  "type": "Identifier",
                  "name": "a",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 5
                    },
                    "end": {
                      "line": 22,
                      "column": 6
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 5
                  },
                  "end": {
                    "line": 22,
                    "column": 8
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 22,
                  "column": 5
                },
                "end": {
                  "line": 22,
                  "column": 9
                }
              }
            },
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "ConditionalExpression",
                "test": {
                  "type": "BinaryExpression",
                  "operator": "<",
                  "left": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 12
                      },
                      "end": {
                        "line": 23,
                        "column": 13
                      }
                    }
                  },
                  "right": {
                    "type": "NumberLiteral",
                    "value": 0,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 16
                      },
                      "end": {
                        "line": 23,
                        "column": 17
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 12
                    },
                    "end": {
                      "line": 23,
                      "column": 17
                    }
                  }
                },
                "consequent": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "Identifier",
                    "name": "func4",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 20
                      },
                      "end": {
                        "line": 23,
                        "column": 25
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 26
                        },
                        "end": {
                          "line": 23,
                          "column": 27
                        }
                      }
                    }
                  ],
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 20
                    },
                    "end": {
                      "line": 23,
                      "column": 28
                    }
                  }
                },
                "alternate": {
                  "type": "Identifier",
                  "name": "a",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 31
                    },
                    "end": {
                      "line": 23,
                      "column": 32
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 12
                  },
                  "end": {
                    "line": 23,
                    "column": 32
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 23,
                  "column": 5
                },
                "end": {
                  "line": 23,
                  "column": 33
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 21,
              "column": 35
            },
            "end": {
              "line": 24,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 21,
            "column": 1
          },
          "end": {
            "line": 24,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 24,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "func4",
          "decorators": [],
          "loc": {
            "start": {
              "line": 26,
              "column": 1
            },
            "end": {
              "line": 26,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "UnaryExpression",
            "operator": "-",
            "prefix": true,
            "argument": {
              "type": "NumberLiteral",
              "value": 5,
              "loc": {
                "start": {
                  "line": 26,
                  "column": 8
                },
                "end": {
                  "line": 26,
                  "column": 9
                }
              }
            },
            "loc": {
              "start": {
                "line": 26,
                "column": 7
              },
              "end": {
                "line": 26,
                "column": 9
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 26,
            "column": 1
          },
          "end": {
            "line": 26,
            "column": 10
          }
        }
      },
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 26,
          "column": 11
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "func4",
          "decorators": [],
          "loc": {
            "start": {
              "line": 27,
              "column": 1
            },
            "end": {
              "line": 27,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "NumberLiteral",
            "value": 0,
            "loc": {
              "start": {
                "line": 27,
                "column": 7
              },
              "end": {
                "line": 27,
                "column": 8
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 27,
            "column": 1
          },
          "end": {
            "line": 27,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 27,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 10
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func5",
          "decorators": [],
          "loc": {
            "start": {
              "line": 29,
              "column": 10
            },
            "end": {
              "line": 29,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 19
                },
                "end": {
                  "line": 29,
                  "column": 25
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 16
              },
              "end": {
                "line": 29,
                "column": 17
              }
            }
          },
          {
            "type": "Identifier",
            "name": "b",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 30
                },
                "end": {
                  "line": 29,
                  "column": 36
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 27
              },
              "end": {
                "line": 29,
                "column": 28
              }
            }
          },
          {
            "type": "RestElement",
            "argument": {
              "type": "Identifier",
              "name": "c",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 29,
                  "column": 41
                },
                "end": {
                  "line": 29,
                  "column": 42
                }
              }
            },
            "loc": {
              "start": {
                "line": 29,
                "column": 38
              },
              "end": {
                "line": 29,
                "column": 42
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "NumberLiteral",
                "value": 5,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 12
                  },
                  "end": {
                    "line": 30,
                    "column": 13
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 30,
                  "column": 5
                },
                "end": {
                  "line": 30,
                  "column": 14
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 29,
              "column": 44
            },
            "end": {
              "line": 31,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 29,
            "column": 1
          },
          "end": {
            "line": 31,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 31,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "func5",
          "decorators": [],
          "loc": {
            "start": {
              "line": 33,
              "column": 1
            },
            "end": {
              "line": 33,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 33,
                "column": 7
              },
              "end": {
                "line": 33,
                "column": 8
              }
            }
          },
          {
            "type": "StringLiteral",
            "value": "",
            "loc": {
              "start": {
                "line": 33,
                "column": 10
              },
              "end": {
                "line": 33,
                "column": 15
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 33,
            "column": 1
          },
          "end": {
            "line": 33,
            "column": 16
          }
        }
      },
      "loc": {
        "start": {
          "line": 33,
          "column": 1
        },
        "end": {
          "line": 33,
          "column": 17
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "func5",
          "decorators": [],
          "loc": {
            "start": {
              "line": 34,
              "column": 1
            },
            "end": {
              "line": 34,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 34,
                "column": 7
              },
              "end": {
                "line": 34,
                "column": 8
              }
            }
          },
          {
            "type": "StringLiteral",
            "value": "",
            "loc": {
              "start": {
                "line": 34,
                "column": 10
              },
              "end": {
                "line": 34,
                "column": 15
              }
            }
          },
          {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 34,
                "column": 17
              },
              "end": {
                "line": 34,
                "column": 18
              }
            }
          },
          {
            "type": "BooleanLiteral",
            "value": true,
            "loc": {
              "start": {
                "line": 34,
                "column": 20
              },
              "end": {
                "line": 34,
                "column": 24
              }
            }
          },
          {
            "type": "ObjectExpression",
            "properties": [],
            "loc": {
              "start": {
                "line": 34,
                "column": 26
              },
              "end": {
                "line": 34,
                "column": 28
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 34,
            "column": 1
          },
          "end": {
            "line": 34,
            "column": 29
          }
        }
      },
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 34,
          "column": 30
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func6",
          "decorators": [],
          "loc": {
            "start": {
              "line": 36,
              "column": 10
            },
            "end": {
              "line": 36,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "decorators": [],
            "loc": {
              "start": {
                "line": 36,
                "column": 16
              },
              "end": {
                "line": 36,
                "column": 17
              }
            }
          },
          {
            "type": "Identifier",
            "name": "b",
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSStringKeyword",
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 23
                  },
                  "end": {
                    "line": 36,
                    "column": 29
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 36,
                  "column": 23
                },
                "end": {
                  "line": 36,
                  "column": 31
                }
              }
            },
            "optional": true,
            "decorators": [],
            "loc": {
              "start": {
                "line": 36,
                "column": 19
              },
              "end": {
                "line": 36,
                "column": 20
              }
            }
          },
          {
            "type": "RestElement",
            "argument": {
              "type": "Identifier",
              "name": "c",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 36,
                  "column": 36
                },
                "end": {
                  "line": 36,
                  "column": 37
                }
              }
            },
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 39
                  },
                  "end": {
                    "line": 36,
                    "column": 45
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 36,
                  "column": 39
                },
                "end": {
                  "line": 36,
                  "column": 47
                }
              }
            },
            "loc": {
              "start": {
                "line": 36,
                "column": 33
              },
              "end": {
                "line": 36,
                "column": 47
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "BooleanLiteral",
                "value": true,
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 12
                  },
                  "end": {
                    "line": 37,
                    "column": 16
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 37,
                  "column": 5
                },
                "end": {
                  "line": 37,
                  "column": 17
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 36,
              "column": 49
            },
            "end": {
              "line": 38,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 36,
            "column": 1
          },
          "end": {
            "line": 38,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 36,
          "column": 1
        },
        "end": {
          "line": 38,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "func6",
          "decorators": [],
          "loc": {
            "start": {
              "line": 40,
              "column": 1
            },
            "end": {
              "line": 40,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 40,
                "column": 7
              },
              "end": {
                "line": 40,
                "column": 8
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 40,
            "column": 1
          },
          "end": {
            "line": 40,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 40,
          "column": 1
        },
        "end": {
          "line": 40,
          "column": 10
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "func6",
          "decorators": [],
          "loc": {
            "start": {
              "line": 41,
              "column": 1
            },
            "end": {
              "line": 41,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "BooleanLiteral",
            "value": false,
            "loc": {
              "start": {
                "line": 41,
                "column": 7
              },
              "end": {
                "line": 41,
                "column": 12
              }
            }
          },
          {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 15
                  },
                  "end": {
                    "line": 41,
                    "column": 20
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 41,
                "column": 14
              },
              "end": {
                "line": 41,
                "column": 21
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 41,
            "column": 1
          },
          "end": {
            "line": 41,
            "column": 22
          }
        }
      },
      "loc": {
        "start": {
          "line": 41,
          "column": 1
        },
        "end": {
          "line": 41,
          "column": 23
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "func6",
          "decorators": [],
          "loc": {
            "start": {
              "line": 42,
              "column": 1
            },
            "end": {
              "line": 42,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "ObjectExpression",
            "properties": [],
            "loc": {
              "start": {
                "line": 42,
                "column": 7
              },
              "end": {
                "line": 42,
                "column": 9
              }
            }
          },
          {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 12
                  },
                  "end": {
                    "line": 42,
                    "column": 17
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 42,
                "column": 11
              },
              "end": {
                "line": 42,
                "column": 18
              }
            }
          },
          {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 42,
                "column": 20
              },
              "end": {
                "line": 42,
                "column": 21
              }
            }
          },
          {
            "type": "NumberLiteral",
            "value": 3,
            "loc": {
              "start": {
                "line": 42,
                "column": 23
              },
              "end": {
                "line": 42,
                "column": 24
              }
            }
          },
          {
            "type": "NumberLiteral",
            "value": 4,
            "loc": {
              "start": {
                "line": 42,
                "column": 26
              },
              "end": {
                "line": 42,
                "column": 27
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 42,
            "column": 1
          },
          "end": {
            "line": 42,
            "column": 28
          }
        }
      },
      "loc": {
        "start": {
          "line": 42,
          "column": 1
        },
        "end": {
          "line": 42,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "func7",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSCallSignatureDeclaration",
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 18
                          },
                          "end": {
                            "line": 44,
                            "column": 24
                          }
                        }
                      },
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 15
                        },
                        "end": {
                          "line": 44,
                          "column": 16
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "b",
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 29
                          },
                          "end": {
                            "line": 44,
                            "column": 35
                          }
                        }
                      },
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 26
                        },
                        "end": {
                          "line": 44,
                          "column": 27
                        }
                      }
                    }
                  ],
                  "returnType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 44,
                        "column": 38
                      },
                      "end": {
                        "line": 44,
                        "column": 44
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 14
                    },
                    "end": {
                      "line": 44,
                      "column": 45
                    }
                  }
                },
                {
                  "type": "TSCallSignatureDeclaration",
                  "params": [
                    {
                      "type": "RestElement",
                      "argument": {
                        "type": "Identifier",
                        "name": "a",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 50
                          },
                          "end": {
                            "line": 44,
                            "column": 51
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 47
                        },
                        "end": {
                          "line": 44,
                          "column": 51
                        }
                      }
                    }
                  ],
                  "returnType": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 44,
                        "column": 54
                      },
                      "end": {
                        "line": 44,
                        "column": 60
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 46
                    },
                    "end": {
                      "line": 44,
                      "column": 62
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 44,
                  "column": 12
                },
                "end": {
                  "line": 44,
                  "column": 62
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 44,
                "column": 5
              },
              "end": {
                "line": 44,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 44,
              "column": 5
            },
            "end": {
              "line": 44,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 44,
          "column": 63
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "b",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 45,
                  "column": 8
                },
                "end": {
                  "line": 45,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func7",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 45,
                  "column": 17
                },
                "end": {
                  "line": 45,
                  "column": 22
                }
              }
            },
            "arguments": [],
            "optional": false,
            "loc": {
              "start": {
                "line": 45,
                "column": 17
              },
              "end": {
                "line": 45,
                "column": 24
              }
            }
          },
          "loc": {
            "start": {
              "line": 45,
              "column": 5
            },
            "end": {
              "line": 45,
              "column": 24
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 45,
          "column": 1
        },
        "end": {
          "line": 45,
          "column": 25
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "c",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 46,
                  "column": 8
                },
                "end": {
                  "line": 46,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 46,
                "column": 5
              },
              "end": {
                "line": 46,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func7",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 46,
                  "column": 17
                },
                "end": {
                  "line": 46,
                  "column": 22
                }
              }
            },
            "arguments": [
              {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 23
                  },
                  "end": {
                    "line": 46,
                    "column": 24
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 46,
                "column": 17
              },
              "end": {
                "line": 46,
                "column": 25
              }
            }
          },
          "loc": {
            "start": {
              "line": 46,
              "column": 5
            },
            "end": {
              "line": 46,
              "column": 25
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 46,
          "column": 1
        },
        "end": {
          "line": 46,
          "column": 26
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "d",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 47,
                  "column": 8
                },
                "end": {
                  "line": 47,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 47,
                "column": 5
              },
              "end": {
                "line": 47,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func7",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 47,
                  "column": 17
                },
                "end": {
                  "line": 47,
                  "column": 22
                }
              }
            },
            "arguments": [
              {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 23
                  },
                  "end": {
                    "line": 47,
                    "column": 24
                  }
                }
              },
              {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 26
                  },
                  "end": {
                    "line": 47,
                    "column": 31
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 47,
                "column": 17
              },
              "end": {
                "line": 47,
                "column": 32
              }
            }
          },
          "loc": {
            "start": {
              "line": 47,
              "column": 5
            },
            "end": {
              "line": 47,
              "column": 32
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 47,
          "column": 1
        },
        "end": {
          "line": 47,
          "column": 33
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "func8",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSCallSignatureDeclaration",
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 19
                          },
                          "end": {
                            "line": 49,
                            "column": 25
                          }
                        }
                      },
                      "optional": true,
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 15
                        },
                        "end": {
                          "line": 49,
                          "column": 16
                        }
                      }
                    },
                    {
                      "type": "RestElement",
                      "argument": {
                        "type": "Identifier",
                        "name": "c",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 30
                          },
                          "end": {
                            "line": 49,
                            "column": 31
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 27
                        },
                        "end": {
                          "line": 49,
                          "column": 31
                        }
                      }
                    }
                  ],
                  "returnType": {
                    "type": "TSBooleanKeyword",
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 34
                      },
                      "end": {
                        "line": 49,
                        "column": 41
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 14
                    },
                    "end": {
                      "line": 49,
                      "column": 42
                    }
                  }
                },
                {
                  "type": "TSCallSignatureDeclaration",
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 44
                        },
                        "end": {
                          "line": 49,
                          "column": 45
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "b",
                      "typeAnnotation": {
                        "type": "TSArrayType",
                        "elementType": {
                          "type": "TSStringKeyword",
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 50
                            },
                            "end": {
                              "line": 49,
                              "column": 56
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 50
                          },
                          "end": {
                            "line": 49,
                            "column": 58
                          }
                        }
                      },
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 47
                        },
                        "end": {
                          "line": 49,
                          "column": 48
                        }
                      }
                    },
                    {
                      "type": "RestElement",
                      "argument": {
                        "type": "Identifier",
                        "name": "c",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 63
                          },
                          "end": {
                            "line": 49,
                            "column": 64
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSArrayType",
                        "elementType": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 66
                            },
                            "end": {
                              "line": 49,
                              "column": 72
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 66
                          },
                          "end": {
                            "line": 49,
                            "column": 74
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 60
                        },
                        "end": {
                          "line": 49,
                          "column": 74
                        }
                      }
                    }
                  ],
                  "returnType": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 77
                      },
                      "end": {
                        "line": 49,
                        "column": 83
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 43
                    },
                    "end": {
                      "line": 49,
                      "column": 84
                    }
                  }
                },
                {
                  "type": "TSCallSignatureDeclaration",
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 89
                          },
                          "end": {
                            "line": 49,
                            "column": 95
                          }
                        }
                      },
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 86
                        },
                        "end": {
                          "line": 49,
                          "column": 87
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "b",
                      "typeAnnotation": {
                        "type": "TSBooleanKeyword",
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 100
                          },
                          "end": {
                            "line": 49,
                            "column": 107
                          }
                        }
                      },
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 97
                        },
                        "end": {
                          "line": 49,
                          "column": 98
                        }
                      }
                    }
                  ],
                  "returnType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 110
                      },
                      "end": {
                        "line": 49,
                        "column": 116
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 85
                    },
                    "end": {
                      "line": 49,
                      "column": 118
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 49,
                  "column": 12
                },
                "end": {
                  "line": 49,
                  "column": 118
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 49,
                "column": 5
              },
              "end": {
                "line": 49,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 49,
              "column": 5
            },
            "end": {
              "line": 49,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 49,
          "column": 1
        },
        "end": {
          "line": 49,
          "column": 119
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "e",
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 50,
                  "column": 8
                },
                "end": {
                  "line": 50,
                  "column": 15
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 50,
                "column": 5
              },
              "end": {
                "line": 50,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func8",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 50,
                  "column": 18
                },
                "end": {
                  "line": 50,
                  "column": 23
                }
              }
            },
            "arguments": [],
            "optional": false,
            "loc": {
              "start": {
                "line": 50,
                "column": 18
              },
              "end": {
                "line": 50,
                "column": 25
              }
            }
          },
          "loc": {
            "start": {
              "line": 50,
              "column": 5
            },
            "end": {
              "line": 50,
              "column": 25
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 50,
          "column": 1
        },
        "end": {
          "line": 50,
          "column": 26
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "f",
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 51,
                  "column": 8
                },
                "end": {
                  "line": 51,
                  "column": 15
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 51,
                "column": 5
              },
              "end": {
                "line": 51,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func8",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 51,
                  "column": 18
                },
                "end": {
                  "line": 51,
                  "column": 23
                }
              }
            },
            "arguments": [
              {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 24
                  },
                  "end": {
                    "line": 51,
                    "column": 25
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 51,
                "column": 18
              },
              "end": {
                "line": 51,
                "column": 26
              }
            }
          },
          "loc": {
            "start": {
              "line": 51,
              "column": 5
            },
            "end": {
              "line": 51,
              "column": 26
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 51,
          "column": 1
        },
        "end": {
          "line": 51,
          "column": 27
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "g",
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 52,
                  "column": 8
                },
                "end": {
                  "line": 52,
                  "column": 15
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 52,
                "column": 5
              },
              "end": {
                "line": 52,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func8",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 52,
                  "column": 18
                },
                "end": {
                  "line": 52,
                  "column": 23
                }
              }
            },
            "arguments": [
              {
                "type": "NumberLiteral",
                "value": 2,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 24
                  },
                  "end": {
                    "line": 52,
                    "column": 25
                  }
                }
              },
              {
                "type": "BooleanLiteral",
                "value": true,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 27
                  },
                  "end": {
                    "line": 52,
                    "column": 31
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 52,
                "column": 18
              },
              "end": {
                "line": 52,
                "column": 32
              }
            }
          },
          "loc": {
            "start": {
              "line": 52,
              "column": 5
            },
            "end": {
              "line": 52,
              "column": 32
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 52,
          "column": 1
        },
        "end": {
          "line": 52,
          "column": 33
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "h",
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 53,
                  "column": 8
                },
                "end": {
                  "line": 53,
                  "column": 15
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 53,
                "column": 5
              },
              "end": {
                "line": 53,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func8",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 53,
                  "column": 18
                },
                "end": {
                  "line": 53,
                  "column": 23
                }
              }
            },
            "arguments": [
              {
                "type": "NumberLiteral",
                "value": 2,
                "loc": {
                  "start": {
                    "line": 53,
                    "column": 24
                  },
                  "end": {
                    "line": 53,
                    "column": 25
                  }
                }
              },
              {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 28
                      },
                      "end": {
                        "line": 53,
                        "column": 33
                      }
                    }
                  },
                  {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 35
                      },
                      "end": {
                        "line": 53,
                        "column": 40
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 53,
                    "column": 27
                  },
                  "end": {
                    "line": 53,
                    "column": 41
                  }
                }
              },
              {
                "type": "ObjectExpression",
                "properties": [],
                "loc": {
                  "start": {
                    "line": 53,
                    "column": 43
                  },
                  "end": {
                    "line": 53,
                    "column": 45
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 53,
                "column": 18
              },
              "end": {
                "line": 53,
                "column": 46
              }
            }
          },
          "loc": {
            "start": {
              "line": 53,
              "column": 5
            },
            "end": {
              "line": 53,
              "column": 46
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 53,
          "column": 1
        },
        "end": {
          "line": 53,
          "column": 47
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "i",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 54,
                  "column": 8
                },
                "end": {
                  "line": 54,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 54,
                "column": 5
              },
              "end": {
                "line": 54,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func8",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 54,
                  "column": 17
                },
                "end": {
                  "line": 54,
                  "column": 22
                }
              }
            },
            "arguments": [
              {
                "type": "ObjectExpression",
                "properties": [],
                "loc": {
                  "start": {
                    "line": 54,
                    "column": 23
                  },
                  "end": {
                    "line": 54,
                    "column": 25
                  }
                }
              },
              {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 28
                      },
                      "end": {
                        "line": 54,
                        "column": 33
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 54,
                    "column": 27
                  },
                  "end": {
                    "line": 54,
                    "column": 34
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 54,
                "column": 17
              },
              "end": {
                "line": 54,
                "column": 35
              }
            }
          },
          "loc": {
            "start": {
              "line": 54,
              "column": 5
            },
            "end": {
              "line": 54,
              "column": 35
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 54,
          "column": 1
        },
        "end": {
          "line": 54,
          "column": 36
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "j",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 55,
                  "column": 8
                },
                "end": {
                  "line": 55,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 55,
                "column": 5
              },
              "end": {
                "line": 55,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func8",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 55,
                  "column": 17
                },
                "end": {
                  "line": 55,
                  "column": 22
                }
              }
            },
            "arguments": [
              {
                "type": "ObjectExpression",
                "properties": [],
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 23
                  },
                  "end": {
                    "line": 55,
                    "column": 25
                  }
                }
              },
              {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 28
                      },
                      "end": {
                        "line": 55,
                        "column": 33
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 27
                  },
                  "end": {
                    "line": 55,
                    "column": 34
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 3,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 36
                  },
                  "end": {
                    "line": 55,
                    "column": 37
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 4,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 39
                  },
                  "end": {
                    "line": 55,
                    "column": 40
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 5,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 42
                  },
                  "end": {
                    "line": 55,
                    "column": 43
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 55,
                "column": 17
              },
              "end": {
                "line": 55,
                "column": 44
              }
            }
          },
          "loc": {
            "start": {
              "line": 55,
              "column": 5
            },
            "end": {
              "line": 55,
              "column": 44
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 55,
          "column": 1
        },
        "end": {
          "line": 55,
          "column": 45
        }
      }
    },
    {
      "type": "TSDeclareFunction",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func9",
          "decorators": [],
          "loc": {
            "start": {
              "line": 57,
              "column": 10
            },
            "end": {
              "line": 57,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 57,
                  "column": 19
                },
                "end": {
                  "line": 57,
                  "column": 25
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 57,
                "column": 16
              },
              "end": {
                "line": 57,
                "column": 17
              }
            }
          },
          {
            "type": "Identifier",
            "name": "b",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 57,
                  "column": 30
                },
                "end": {
                  "line": 57,
                  "column": 36
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 57,
                "column": 27
              },
              "end": {
                "line": 57,
                "column": 28
              }
            }
          }
        ],
        "returnType": {
          "type": "TSNumberKeyword",
          "loc": {
            "start": {
              "line": 57,
              "column": 39
            },
            "end": {
              "line": 57,
              "column": 45
            }
          }
        },
        "loc": {
          "start": {
            "line": 57,
            "column": 1
          },
          "end": {
            "line": 57,
            "column": 46
          }
        }
      },
      "loc": {
        "start": {
          "line": 57,
          "column": 1
        },
        "end": {
          "line": 57,
          "column": 46
        }
      }
    },
    {
      "type": "TSDeclareFunction",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func9",
          "decorators": [],
          "loc": {
            "start": {
              "line": 58,
              "column": 10
            },
            "end": {
              "line": 58,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 58,
                  "column": 19
                },
                "end": {
                  "line": 58,
                  "column": 25
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 58,
                "column": 16
              },
              "end": {
                "line": 58,
                "column": 17
              }
            }
          },
          {
            "type": "Identifier",
            "name": "b",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 58,
                  "column": 30
                },
                "end": {
                  "line": 58,
                  "column": 36
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 58,
                "column": 27
              },
              "end": {
                "line": 58,
                "column": 28
              }
            }
          }
        ],
        "returnType": {
          "type": "TSUnionType",
          "types": [
            {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 58,
                  "column": 39
                },
                "end": {
                  "line": 58,
                  "column": 45
                }
              }
            },
            {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 58,
                  "column": 48
                },
                "end": {
                  "line": 58,
                  "column": 54
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 58,
              "column": 39
            },
            "end": {
              "line": 58,
              "column": 54
            }
          }
        },
        "loc": {
          "start": {
            "line": 58,
            "column": 1
          },
          "end": {
            "line": 58,
            "column": 55
          }
        }
      },
      "loc": {
        "start": {
          "line": 58,
          "column": 1
        },
        "end": {
          "line": 58,
          "column": 55
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func9",
          "decorators": [],
          "loc": {
            "start": {
              "line": 59,
              "column": 10
            },
            "end": {
              "line": 59,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 19
                    },
                    "end": {
                      "line": 59,
                      "column": 25
                    }
                  }
                },
                {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 28
                    },
                    "end": {
                      "line": 59,
                      "column": 34
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 59,
                  "column": 19
                },
                "end": {
                  "line": 59,
                  "column": 34
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 59,
                "column": 16
              },
              "end": {
                "line": 59,
                "column": 17
              }
            }
          },
          {
            "type": "Identifier",
            "name": "b",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 40
                    },
                    "end": {
                      "line": 59,
                      "column": 46
                    }
                  }
                },
                {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 49
                    },
                    "end": {
                      "line": 59,
                      "column": 55
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 59,
                  "column": 40
                },
                "end": {
                  "line": 59,
                  "column": 55
                }
              }
            },
            "optional": true,
            "decorators": [],
            "loc": {
              "start": {
                "line": 59,
                "column": 36
              },
              "end": {
                "line": 59,
                "column": 37
              }
            }
          }
        ],
        "returnType": {
          "type": "TSUnionType",
          "types": [
            {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 59,
                  "column": 58
                },
                "end": {
                  "line": 59,
                  "column": 64
                }
              }
            },
            {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 59,
                  "column": 67
                },
                "end": {
                  "line": 59,
                  "column": 73
                }
              }
            },
            {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 59,
                  "column": 76
                },
                "end": {
                  "line": 59,
                  "column": 83
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 59,
              "column": 58
            },
            "end": {
              "line": 59,
              "column": 83
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "BooleanLiteral",
                "value": true,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 12
                  },
                  "end": {
                    "line": 60,
                    "column": 16
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 60,
                  "column": 5
                },
                "end": {
                  "line": 60,
                  "column": 17
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 59,
              "column": 84
            },
            "end": {
              "line": 61,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 59,
            "column": 1
          },
          "end": {
            "line": 61,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 59,
          "column": 1
        },
        "end": {
          "line": 61,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "k",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 63,
                  "column": 8
                },
                "end": {
                  "line": 63,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 63,
                "column": 5
              },
              "end": {
                "line": 63,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func9",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 63,
                  "column": 17
                },
                "end": {
                  "line": 63,
                  "column": 22
                }
              }
            },
            "arguments": [
              {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 23
                  },
                  "end": {
                    "line": 63,
                    "column": 24
                  }
                }
              },
              {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 26
                  },
                  "end": {
                    "line": 63,
                    "column": 31
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 63,
                "column": 17
              },
              "end": {
                "line": 63,
                "column": 32
              }
            }
          },
          "loc": {
            "start": {
              "line": 63,
              "column": 5
            },
            "end": {
              "line": 63,
              "column": 32
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 63,
          "column": 1
        },
        "end": {
          "line": 63,
          "column": 33
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "l",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 8
                    },
                    "end": {
                      "line": 64,
                      "column": 14
                    }
                  }
                },
                {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 17
                    },
                    "end": {
                      "line": 64,
                      "column": 23
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 64,
                  "column": 8
                },
                "end": {
                  "line": 64,
                  "column": 23
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 64,
                "column": 5
              },
              "end": {
                "line": 64,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func9",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 64,
                  "column": 26
                },
                "end": {
                  "line": 64,
                  "column": 31
                }
              }
            },
            "arguments": [
              {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 32
                  },
                  "end": {
                    "line": 64,
                    "column": 37
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 2,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 39
                  },
                  "end": {
                    "line": 64,
                    "column": 40
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 64,
                "column": 26
              },
              "end": {
                "line": 64,
                "column": 41
              }
            }
          },
          "loc": {
            "start": {
              "line": 64,
              "column": 5
            },
            "end": {
              "line": 64,
              "column": 41
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 64,
          "column": 1
        },
        "end": {
          "line": 64,
          "column": 42
        }
      }
    },
    {
      "type": "TSDeclareFunction",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func10",
          "decorators": [],
          "loc": {
            "start": {
              "line": 66,
              "column": 10
            },
            "end": {
              "line": 66,
              "column": 16
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "x",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 22
                      },
                      "end": {
                        "line": 66,
                        "column": 23
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 25
                      },
                      "end": {
                        "line": 66,
                        "column": 31
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 22
                    },
                    "end": {
                      "line": 66,
                      "column": 32
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "y",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 33
                      },
                      "end": {
                        "line": 66,
                        "column": 34
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 36
                      },
                      "end": {
                        "line": 66,
                        "column": 42
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 33
                    },
                    "end": {
                      "line": 66,
                      "column": 44
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 66,
                  "column": 20
                },
                "end": {
                  "line": 66,
                  "column": 44
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 66,
                "column": 17
              },
              "end": {
                "line": 66,
                "column": 18
              }
            }
          }
        ],
        "returnType": {
          "type": "TSArrayType",
          "elementType": {
            "type": "TSNumberKeyword",
            "loc": {
              "start": {
                "line": 66,
                "column": 47
              },
              "end": {
                "line": 66,
                "column": 53
              }
            }
          },
          "loc": {
            "start": {
              "line": 66,
              "column": 47
            },
            "end": {
              "line": 66,
              "column": 55
            }
          }
        },
        "loc": {
          "start": {
            "line": 66,
            "column": 1
          },
          "end": {
            "line": 66,
            "column": 56
          }
        }
      },
      "loc": {
        "start": {
          "line": 66,
          "column": 1
        },
        "end": {
          "line": 66,
          "column": 56
        }
      }
    },
    {
      "type": "TSDeclareFunction",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func10",
          "decorators": [],
          "loc": {
            "start": {
              "line": 67,
              "column": 10
            },
            "end": {
              "line": 67,
              "column": 16
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "x",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 22
                      },
                      "end": {
                        "line": 67,
                        "column": 23
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 25
                      },
                      "end": {
                        "line": 67,
                        "column": 31
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 22
                    },
                    "end": {
                      "line": 67,
                      "column": 32
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "y",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 33
                      },
                      "end": {
                        "line": 67,
                        "column": 34
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 36
                      },
                      "end": {
                        "line": 67,
                        "column": 42
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 33
                    },
                    "end": {
                      "line": 67,
                      "column": 44
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 67,
                  "column": 20
                },
                "end": {
                  "line": 67,
                  "column": 44
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 67,
                "column": 17
              },
              "end": {
                "line": 67,
                "column": 18
              }
            }
          }
        ],
        "returnType": {
          "type": "TSArrayType",
          "elementType": {
            "type": "TSNumberKeyword",
            "loc": {
              "start": {
                "line": 67,
                "column": 47
              },
              "end": {
                "line": 67,
                "column": 53
              }
            }
          },
          "loc": {
            "start": {
              "line": 67,
              "column": 47
            },
            "end": {
              "line": 67,
              "column": 55
            }
          }
        },
        "loc": {
          "start": {
            "line": 67,
            "column": 1
          },
          "end": {
            "line": 67,
            "column": 56
          }
        }
      },
      "loc": {
        "start": {
          "line": 67,
          "column": 1
        },
        "end": {
          "line": 67,
          "column": 56
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "func10",
          "decorators": [],
          "loc": {
            "start": {
              "line": 68,
              "column": 10
            },
            "end": {
              "line": 68,
              "column": 16
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "x",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 22
                      },
                      "end": {
                        "line": 68,
                        "column": 23
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSUnionType",
                    "types": [
                      {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 25
                          },
                          "end": {
                            "line": 68,
                            "column": 31
                          }
                        }
                      },
                      {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 34
                          },
                          "end": {
                            "line": 68,
                            "column": 40
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 25
                      },
                      "end": {
                        "line": 68,
                        "column": 40
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 68,
                      "column": 22
                    },
                    "end": {
                      "line": 68,
                      "column": 42
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 68,
                  "column": 20
                },
                "end": {
                  "line": 68,
                  "column": 42
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 68,
                "column": 17
              },
              "end": {
                "line": 68,
                "column": 18
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "NumberLiteral",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 13
                      },
                      "end": {
                        "line": 69,
                        "column": 14
                      }
                    }
                  },
                  {
                    "type": "NumberLiteral",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 16
                      },
                      "end": {
                        "line": 69,
                        "column": 17
                      }
                    }
                  },
                  {
                    "type": "NumberLiteral",
                    "value": 3,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 19
                      },
                      "end": {
                        "line": 69,
                        "column": 20
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 69,
                    "column": 12
                  },
                  "end": {
                    "line": 69,
                    "column": 21
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 69,
                  "column": 5
                },
                "end": {
                  "line": 69,
                  "column": 22
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 68,
              "column": 44
            },
            "end": {
              "line": 70,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 68,
            "column": 1
          },
          "end": {
            "line": 70,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 68,
          "column": 1
        },
        "end": {
          "line": 70,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "m",
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 72,
                    "column": 8
                  },
                  "end": {
                    "line": 72,
                    "column": 14
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 72,
                  "column": 8
                },
                "end": {
                  "line": 72,
                  "column": 16
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 72,
                "column": 5
              },
              "end": {
                "line": 72,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func10",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 72,
                  "column": 19
                },
                "end": {
                  "line": 72,
                  "column": 25
                }
              }
            },
            "arguments": [
              {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "x",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 28
                        },
                        "end": {
                          "line": 72,
                          "column": 29
                        }
                      }
                    },
                    "value": {
                      "type": "NumberLiteral",
                      "value": 1,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 31
                        },
                        "end": {
                          "line": 72,
                          "column": 32
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 28
                      },
                      "end": {
                        "line": 72,
                        "column": 32
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "y",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 34
                        },
                        "end": {
                          "line": 72,
                          "column": 35
                        }
                      }
                    },
                    "value": {
                      "type": "StringLiteral",
                      "value": "",
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 37
                        },
                        "end": {
                          "line": 72,
                          "column": 42
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 34
                      },
                      "end": {
                        "line": 72,
                        "column": 42
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 72,
                    "column": 26
                  },
                  "end": {
                    "line": 72,
                    "column": 44
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 72,
                "column": 19
              },
              "end": {
                "line": 72,
                "column": 45
              }
            }
          },
          "loc": {
            "start": {
              "line": 72,
              "column": 5
            },
            "end": {
              "line": 72,
              "column": 45
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 72,
          "column": 1
        },
        "end": {
          "line": 72,
          "column": 46
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "m",
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 73,
                    "column": 8
                  },
                  "end": {
                    "line": 73,
                    "column": 14
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 73,
                  "column": 8
                },
                "end": {
                  "line": 73,
                  "column": 16
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 73,
                "column": 5
              },
              "end": {
                "line": 73,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "func10",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 73,
                  "column": 19
                },
                "end": {
                  "line": 73,
                  "column": 25
                }
              }
            },
            "arguments": [
              {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "x",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 28
                        },
                        "end": {
                          "line": 73,
                          "column": 29
                        }
                      }
                    },
                    "value": {
                      "type": "StringLiteral",
                      "value": "",
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 31
                        },
                        "end": {
                          "line": 73,
                          "column": 36
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 73,
                        "column": 28
                      },
                      "end": {
                        "line": 73,
                        "column": 36
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "y",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 38
                        },
                        "end": {
                          "line": 73,
                          "column": 39
                        }
                      }
                    },
                    "value": {
                      "type": "NumberLiteral",
                      "value": 2,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 41
                        },
                        "end": {
                          "line": 73,
                          "column": 42
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 73,
                        "column": 38
                      },
                      "end": {
                        "line": 73,
                        "column": 42
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 73,
                    "column": 26
                  },
                  "end": {
                    "line": 73,
                    "column": 44
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 73,
                "column": 19
              },
              "end": {
                "line": 73,
                "column": 45
              }
            }
          },
          "loc": {
            "start": {
              "line": 73,
              "column": 5
            },
            "end": {
              "line": 73,
              "column": 45
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 73,
          "column": 1
        },
        "end": {
          "line": 73,
          "column": 46
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 73,
      "column": 46
    }
  }
}
