{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": {
            "type": "StringLiteral",
            "value": "111",
            "loc": {
              "start": {
                "line": 17,
                "column": 9
              },
              "end": {
                "line": 17,
                "column": 14
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 14
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 15
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 18,
                "column": 5
              },
              "end": {
                "line": 18,
                "column": 6
              }
            }
          },
          "init": {
            "type": "StringLiteral",
            "value": "222",
            "loc": {
              "start": {
                "line": 18,
                "column": 9
              },
              "end": {
                "line": 18,
                "column": 14
              }
            }
          },
          "loc": {
            "start": {
              "line": 18,
              "column": 5
            },
            "end": {
              "line": 18,
              "column": 14
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 15
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 19,
                "column": 5
              },
              "end": {
                "line": 19,
                "column": 6
              }
            }
          },
          "init": {
            "type": "BooleanLiteral",
            "value": true,
            "loc": {
              "start": {
                "line": 19,
                "column": 9
              },
              "end": {
                "line": 19,
                "column": 13
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 5
            },
            "end": {
              "line": 19,
              "column": 13
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 14
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "test1",
          "loc": {
            "start": {
              "line": 20,
              "column": 10
            },
            "end": {
              "line": 20,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "print",
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 5
                    },
                    "end": {
                      "line": 21,
                      "column": 10
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "StringLiteral",
                    "value": "333",
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 11
                      },
                      "end": {
                        "line": 21,
                        "column": 16
                      }
                    }
                  }
                ],
                "optional": false,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 5
                  },
                  "end": {
                    "line": 21,
                    "column": 17
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 21,
                  "column": 5
                },
                "end": {
                  "line": 21,
                  "column": 17
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 20,
              "column": 18
            },
            "end": {
              "line": 22,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 20,
            "column": 1
          },
          "end": {
            "line": 22,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 20,
          "column": 1
        },
        "end": {
          "line": 22,
          "column": 2
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "test2",
          "loc": {
            "start": {
              "line": 23,
              "column": 10
            },
            "end": {
              "line": 23,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "AssignmentPattern",
            "left": {
              "type": "Identifier",
              "name": "aa",
              "typeAnnotation": {
                "type": "TSStringKeyword",
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 21
                  },
                  "end": {
                    "line": 23,
                    "column": 27
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 23,
                  "column": 16
                },
                "end": {
                  "line": 23,
                  "column": 18
                }
              }
            },
            "right": {
              "type": "ConditionalExpression",
              "test": {
                "type": "Identifier",
                "name": "c",
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 30
                  },
                  "end": {
                    "line": 23,
                    "column": 31
                  }
                }
              },
              "consequent": {
                "type": "SequenceExpression",
                "expressions": [
                  {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "test1",
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 35
                        },
                        "end": {
                          "line": 23,
                          "column": 40
                        }
                      }
                    },
                    "arguments": [],
                    "optional": false,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 35
                      },
                      "end": {
                        "line": 23,
                        "column": 42
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 43
                      },
                      "end": {
                        "line": 23,
                        "column": 44
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 34
                  },
                  "end": {
                    "line": 23,
                    "column": 45
                  }
                }
              },
              "alternate": {
                "type": "SequenceExpression",
                "expressions": [
                  {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "test1",
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 49
                        },
                        "end": {
                          "line": 23,
                          "column": 54
                        }
                      }
                    },
                    "arguments": [],
                    "optional": false,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 49
                      },
                      "end": {
                        "line": 23,
                        "column": 56
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 57
                      },
                      "end": {
                        "line": 23,
                        "column": 58
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 48
                  },
                  "end": {
                    "line": 23,
                    "column": 59
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 23,
                  "column": 30
                },
                "end": {
                  "line": 23,
                  "column": 59
                }
              }
            },
            "loc": {
              "start": {
                "line": 23,
                "column": 16
              },
              "end": {
                "line": 23,
                "column": 59
              }
            }
          },
          {
            "type": "AssignmentPattern",
            "left": {
              "type": "Identifier",
              "name": "dd",
              "typeAnnotation": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 64
                  },
                  "end": {
                    "line": 23,
                    "column": 70
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 23,
                  "column": 61
                },
                "end": {
                  "line": 23,
                  "column": 63
                }
              }
            },
            "right": {
              "type": "NumberLiteral",
              "value": 1,
              "loc": {
                "start": {
                  "line": 23,
                  "column": 73
                },
                "end": {
                  "line": 23,
                  "column": 74
                }
              }
            },
            "loc": {
              "start": {
                "line": 23,
                "column": 61
              },
              "end": {
                "line": 23,
                "column": 74
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "print",
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 5
                    },
                    "end": {
                      "line": 24,
                      "column": 10
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "name": "aa",
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 11
                      },
                      "end": {
                        "line": 24,
                        "column": 13
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "dd",
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 15
                      },
                      "end": {
                        "line": 24,
                        "column": 17
                      }
                    }
                  }
                ],
                "optional": false,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 5
                  },
                  "end": {
                    "line": 24,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 24,
                  "column": 5
                },
                "end": {
                  "line": 24,
                  "column": 19
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 23,
              "column": 76
            },
            "end": {
              "line": 25,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 23,
            "column": 1
          },
          "end": {
            "line": 25,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 25,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "test2",
          "loc": {
            "start": {
              "line": 27,
              "column": 1
            },
            "end": {
              "line": 27,
              "column": 6
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 27,
            "column": 1
          },
          "end": {
            "line": 27,
            "column": 8
          }
        }
      },
      "loc": {
        "start": {
          "line": 27,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 8
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 28,
      "column": 1
    }
  }
}
