{
  "type": "Script",
  "span": {
    "start": 16,
    "end": 158,
    "ctxt": 0
  },
  "body": [
    {
      "type": "FunctionDeclaration",
      "identifier": {
        "type": "Identifier",
        "span": {
          "start": 25,
          "end": 28,
          "ctxt": 0
        },
        "value": "foo",
        "optional": false
      },
      "declare": false,
      "params": [],
      "decorators": [],
      "span": {
        "start": 16,
        "end": 47,
        "ctxt": 0
      },
      "body": {
        "type": "BlockStatement",
        "span": {
          "start": 34,
          "end": 47,
          "ctxt": 0
        },
        "stmts": [
          {
            "type": "ReturnStatement",
            "span": {
              "start": 36,
              "end": 45,
              "ctxt": 0
            },
            "argument": {
              "type": "StringLiteral",
              "span": {
                "start": 43,
                "end": 45,
                "ctxt": 0
              },
              "value": "",
              "hasEscape": false,
              "kind": {
                "type": "normal",
                "containsQuote": true
              }
            }
          }
        ]
      },
      "generator": false,
      "async": false,
      "typeParameters": {
        "type": "TsTypeParameterDeclaration",
        "span": {
          "start": 28,
          "end": 31,
          "ctxt": 0
        },
        "parameters": [
          {
            "type": "TsTypeParameter",
            "span": {
              "start": 29,
              "end": 30,
              "ctxt": 0
            },
            "name": {
              "type": "Identifier",
              "span": {
                "start": 29,
                "end": 30,
                "ctxt": 0
              },
              "value": "T",
              "optional": false
            },
            "constraint": null,
            "default": null
          }
        ]
      },
      "returnType": null
    },
    {
      "type": "ClassDeclaration",
      "identifier": {
        "type": "Identifier",
        "span": {
          "start": 54,
          "end": 55,
          "ctxt": 0
        },
        "value": "C",
        "optional": false
      },
      "declare": false,
      "span": {
        "start": 48,
        "end": 158,
        "ctxt": 0
      },
      "decorators": [],
      "body": [
        {
          "type": "ClassMethod",
          "span": {
            "start": 65,
            "end": 156,
            "ctxt": 0
          },
          "key": {
            "type": "Identifier",
            "span": {
              "start": 65,
              "end": 68,
              "ctxt": 0
            },
            "value": "bar",
            "optional": false
          },
          "function": {
            "params": [],
            "decorators": [],
            "span": {
              "start": 65,
              "end": 156,
              "ctxt": 0
            },
            "body": {
              "type": "BlockStatement",
              "span": {
                "start": 71,
                "end": 156,
                "ctxt": 0
              },
              "stmts": [
                {
                  "type": "VariableDeclaration",
                  "span": {
                    "start": 81,
                    "end": 132,
                    "ctxt": 0
                  },
                  "kind": "var",
                  "declare": false,
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "span": {
                        "start": 85,
                        "end": 131,
                        "ctxt": 0
                      },
                      "id": {
                        "type": "Identifier",
                        "span": {
                          "start": 85,
                          "end": 88,
                          "ctxt": 0
                        },
                        "value": "obj",
                        "optional": false,
                        "typeAnnotation": null
                      },
                      "init": {
                        "type": "ObjectExpression",
                        "span": {
                          "start": 91,
                          "end": 131,
                          "ctxt": 0
                        },
                        "properties": [
                          {
                            "type": "MethodProperty",
                            "key": {
                              "type": "Computed",
                              "span": {
                                "start": 105,
                                "end": 115,
                                "ctxt": 0
                              },
                              "expression": {
                                "type": "CallExpression",
                                "span": {
                                  "start": 106,
                                  "end": 114,
                                  "ctxt": 0
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "span": {
                                    "start": 106,
                                    "end": 109,
                                    "ctxt": 0
                                  },
                                  "value": "foo",
                                  "optional": false
                                },
                                "arguments": [],
                                "typeArguments": {
                                  "type": "TsTypeParameterInstantiation",
                                  "span": {
                                    "start": 109,
                                    "end": 112,
                                    "ctxt": 0
                                  },
                                  "params": [
                                    {
                                      "type": "TsTypeReference",
                                      "span": {
                                        "start": 110,
                                        "end": 111,
                                        "ctxt": 0
                                      },
                                      "typeName": {
                                        "type": "Identifier",
                                        "span": {
                                          "start": 110,
                                          "end": 111,
                                          "ctxt": 0
                                        },
                                        "value": "T",
                                        "optional": false
                                      },
                                      "typeParams": null
                                    }
                                  ]
                                }
                              }
                            },
                            "params": [],
                            "decorators": [],
                            "span": {
                              "start": 105,
                              "end": 121,
                              "ctxt": 0
                            },
                            "body": {
                              "type": "BlockStatement",
                              "span": {
                                "start": 118,
                                "end": 121,
                                "ctxt": 0
                              },
                              "stmts": []
                            },
                            "generator": false,
                            "async": false,
                            "typeParameters": null,
                            "returnType": null
                          }
                        ]
                      },
                      "definite": false
                    }
                  ]
                },
                {
                  "type": "ReturnStatement",
                  "span": {
                    "start": 141,
                    "end": 150,
                    "ctxt": 0
                  },
                  "argument": {
                    "type": "NumericLiteral",
                    "span": {
                      "start": 148,
                      "end": 149,
                      "ctxt": 0
                    },
                    "value": 0.0
                  }
                }
              ]
            },
            "generator": false,
            "async": false,
            "typeParameters": null,
            "returnType": null
          },
          "kind": "method",
          "isStatic": false,
          "accessibility": null,
          "isAbstract": false,
          "isOptional": false,
          "isOverride": false
        }
      ],
      "superClass": null,
      "isAbstract": false,
      "typeParams": {
        "type": "TsTypeParameterDeclaration",
        "span": {
          "start": 55,
          "end": 58,
          "ctxt": 0
        },
        "parameters": [
          {
            "type": "TsTypeParameter",
            "span": {
              "start": 56,
              "end": 57,
              "ctxt": 0
            },
            "name": {
              "type": "Identifier",
              "span": {
                "start": 56,
                "end": 57,
                "ctxt": 0
              },
              "value": "T",
              "optional": false
            },
            "constraint": null,
            "default": null
          }
        ]
      },
      "superTypeParams": null,
      "implements": []
    }
  ],
  "interpreter": null
}