{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "s",
            "typeAnnotation": {
              "type": "TSSymbolKeyword",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 9
                },
                "end": {
                  "line": 17,
                  "column": 15
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "Symbol",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 18
                },
                "end": {
                  "line": 17,
                  "column": 24
                }
              }
            },
            "arguments": [
              {
                "type": "StringLiteral",
                "value": "foo",
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 25
                  },
                  "end": {
                    "line": 17,
                    "column": 30
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 17,
                "column": 18
              },
              "end": {
                "line": 17,
                "column": 31
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 31
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 32
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "symbolVar",
            "loc": {
              "start": {
                "line": 18,
                "column": 5
              },
              "end": {
                "line": 18,
                "column": 14
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 5
                    },
                    "end": {
                      "line": 19,
                      "column": 6
                    }
                  }
                },
                "value": {
                  "type": "NumberLiteral",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 9
                    },
                    "end": {
                      "line": 19,
                      "column": 10
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 5
                  },
                  "end": {
                    "line": 19,
                    "column": 10
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": true,
                "key": {
                  "type": "Identifier",
                  "name": "s",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 6
                    },
                    "end": {
                      "line": 20,
                      "column": 7
                    }
                  }
                },
                "value": {
                  "type": "StringLiteral",
                  "value": "string",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 11
                    },
                    "end": {
                      "line": 20,
                      "column": 19
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 5
                  },
                  "end": {
                    "line": 20,
                    "column": 19
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 18,
                "column": 17
              },
              "end": {
                "line": 21,
                "column": 2
              }
            }
          },
          "loc": {
            "start": {
              "line": 18,
              "column": 5
            },
            "end": {
              "line": 21,
              "column": 2
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 21,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 21,
      "column": 2
    }
  }
}
