{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Foo",
          "loc": {
            "start": {
              "line": 17,
              "column": 7
            },
            "end": {
              "line": 17,
              "column": 10
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "kind": "constructor",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 1
                  },
                  "end": {
                    "line": 24,
                    "column": 2
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 1
                },
                "end": {
                  "line": 24,
                  "column": 2
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 17,
              "column": 1
            },
            "end": {
              "line": 24,
              "column": 2
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "str",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 3
                },
                "end": {
                  "line": 18,
                  "column": 6
                }
              }
            },
            "value": {
              "type": "StringLiteral",
              "value": "hello",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 17
                },
                "end": {
                  "line": 18,
                  "column": 24
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 8
                },
                "end": {
                  "line": 18,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 18,
                "column": 3
              },
              "end": {
                "line": 18,
                "column": 24
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "num",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 3
                },
                "end": {
                  "line": 19,
                  "column": 6
                }
              }
            },
            "value": {
              "type": "NumberLiteral",
              "value": 123,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 17
                },
                "end": {
                  "line": 19,
                  "column": 20
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 8
                },
                "end": {
                  "line": 19,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 19,
                "column": 3
              },
              "end": {
                "line": 19,
                "column": 20
              }
            }
          }
        ],
        "indexSignatures": [
          {
            "type": "TSIndexSignature",
            "parameters": {
              "type": "Identifier",
              "name": "propName",
              "typeAnnotation": {
                "type": "TSStringKeyword",
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 14
                  },
                  "end": {
                    "line": 20,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 20,
                  "column": 4
                },
                "end": {
                  "line": 20,
                  "column": 12
                }
              }
            },
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 23
                    },
                    "end": {
                      "line": 20,
                      "column": 29
                    }
                  }
                },
                {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 32
                    },
                    "end": {
                      "line": 20,
                      "column": 38
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 20,
                  "column": 23
                },
                "end": {
                  "line": 20,
                  "column": 38
                }
              }
            },
            "readonly": false,
            "static": false,
            "loc": {
              "start": {
                "line": 20,
                "column": 3
              },
              "end": {
                "line": 20,
                "column": 38
              }
            }
          },
          {
            "type": "TSIndexSignature",
            "parameters": {
              "type": "Identifier",
              "name": "propName",
              "typeAnnotation": {
                "type": "TSStringKeyword",
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 21
                  },
                  "end": {
                    "line": 21,
                    "column": 27
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 21,
                  "column": 11
                },
                "end": {
                  "line": 21,
                  "column": 19
                }
              }
            },
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 30
                    },
                    "end": {
                      "line": 21,
                      "column": 36
                    }
                  }
                },
                {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 39
                    },
                    "end": {
                      "line": 21,
                      "column": 45
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 21,
                  "column": 30
                },
                "end": {
                  "line": 21,
                  "column": 45
                }
              }
            },
            "readonly": false,
            "static": true,
            "loc": {
              "start": {
                "line": 21,
                "column": 3
              },
              "end": {
                "line": 21,
                "column": 45
              }
            }
          },
          {
            "type": "TSIndexSignature",
            "parameters": {
              "type": "Identifier",
              "name": "propName",
              "typeAnnotation": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 23
                  },
                  "end": {
                    "line": 22,
                    "column": 29
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 22,
                  "column": 13
                },
                "end": {
                  "line": 22,
                  "column": 21
                }
              }
            },
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 22,
                  "column": 32
                },
                "end": {
                  "line": 22,
                  "column": 38
                }
              }
            },
            "readonly": true,
            "static": false,
            "loc": {
              "start": {
                "line": 22,
                "column": 3
              },
              "end": {
                "line": 22,
                "column": 38
              }
            }
          },
          {
            "type": "TSIndexSignature",
            "parameters": {
              "type": "Identifier",
              "name": "propName",
              "typeAnnotation": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 30
                  },
                  "end": {
                    "line": 23,
                    "column": 36
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 23,
                  "column": 20
                },
                "end": {
                  "line": 23,
                  "column": 28
                }
              }
            },
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 23,
                  "column": 39
                },
                "end": {
                  "line": 23,
                  "column": 45
                }
              }
            },
            "readonly": true,
            "static": true,
            "loc": {
              "start": {
                "line": 23,
                "column": 3
              },
              "end": {
                "line": 23,
                "column": 45
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 17,
            "column": 11
          },
          "end": {
            "line": 24,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 24,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "Foo",
            "loc": {
              "start": {
                "line": 26,
                "column": 1
              },
              "end": {
                "line": 26,
                "column": 4
              }
            }
          },
          "property": {
            "type": "StringLiteral",
            "value": "whatever",
            "loc": {
              "start": {
                "line": 26,
                "column": 5
              },
              "end": {
                "line": 26,
                "column": 15
              }
            }
          },
          "computed": true,
          "optional": false,
          "loc": {
            "start": {
              "line": 26,
              "column": 1
            },
            "end": {
              "line": 26,
              "column": 16
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 456,
          "loc": {
            "start": {
              "line": 26,
              "column": 19
            },
            "end": {
              "line": 26,
              "column": 22
            }
          }
        },
        "loc": {
          "start": {
            "line": 26,
            "column": 1
          },
          "end": {
            "line": 26,
            "column": 22
          }
        }
      },
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 26,
          "column": 23
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "foo",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "Foo",
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 10
                  },
                  "end": {
                    "line": 27,
                    "column": 13
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 27,
                  "column": 10
                },
                "end": {
                  "line": 27,
                  "column": 13
                }
              }
            },
            "loc": {
              "start": {
                "line": 27,
                "column": 5
              },
              "end": {
                "line": 27,
                "column": 8
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "Foo",
              "loc": {
                "start": {
                  "line": 27,
                  "column": 20
                },
                "end": {
                  "line": 27,
                  "column": 23
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 27,
                "column": 16
              },
              "end": {
                "line": 27,
                "column": 25
              }
            }
          },
          "loc": {
            "start": {
              "line": 27,
              "column": 5
            },
            "end": {
              "line": 27,
              "column": 25
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 27,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 26
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "foo",
            "loc": {
              "start": {
                "line": 28,
                "column": 1
              },
              "end": {
                "line": 28,
                "column": 4
              }
            }
          },
          "property": {
            "type": "StringLiteral",
            "value": "word",
            "loc": {
              "start": {
                "line": 28,
                "column": 5
              },
              "end": {
                "line": 28,
                "column": 11
              }
            }
          },
          "computed": true,
          "optional": false,
          "loc": {
            "start": {
              "line": 28,
              "column": 1
            },
            "end": {
              "line": 28,
              "column": 12
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "hi",
          "loc": {
            "start": {
              "line": 28,
              "column": 15
            },
            "end": {
              "line": 28,
              "column": 19
            }
          }
        },
        "loc": {
          "start": {
            "line": 28,
            "column": 1
          },
          "end": {
            "line": 28,
            "column": 19
          }
        }
      },
      "loc": {
        "start": {
          "line": 28,
          "column": 1
        },
        "end": {
          "line": 28,
          "column": 20
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 28,
      "column": 20
    }
  }
}
