{
  "type": "Program",
  "statements": [
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [],
        "loc": {
          "start": {
            "line": 17,
            "column": 13,
            "program": "test-ts-type-assertion.ts"
          },
          "end": {
            "line": 17,
            "column": 15,
            "program": "test-ts-type-assertion.ts"
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "C",
        "loc": {
          "start": {
            "line": 17,
            "column": 11,
            "program": "test-ts-type-assertion.ts"
          },
          "end": {
            "line": 17,
            "column": 12,
            "program": "test-ts-type-assertion.ts"
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 17,
          "column": 1,
          "program": "test-ts-type-assertion.ts"
        },
        "end": {
          "line": 17,
          "column": 15,
          "program": "test-ts-type-assertion.ts"
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "foo",
            "typeAnnotation": {
              "type": "TSAnyKeyword",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 10,
                  "program": "test-ts-type-assertion.ts"
                },
                "end": {
                  "line": 18,
                  "column": 13,
                  "program": "test-ts-type-assertion.ts"
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 5,
                "program": "test-ts-type-assertion.ts"
              },
              "end": {
                "line": 18,
                "column": 8,
                "program": "test-ts-type-assertion.ts"
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 18,
              "column": 5,
              "program": "test-ts-type-assertion.ts"
            },
            "end": {
              "line": 18,
              "column": 8,
              "program": "test-ts-type-assertion.ts"
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 18,
          "column": 1,
          "program": "test-ts-type-assertion.ts"
        },
        "end": {
          "line": 18,
          "column": 14,
          "program": "test-ts-type-assertion.ts"
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "bar",
            "loc": {
              "start": {
                "line": 19,
                "column": 5,
                "program": "test-ts-type-assertion.ts"
              },
              "end": {
                "line": 19,
                "column": 8,
                "program": "test-ts-type-assertion.ts"
              }
            }
          },
          "init": {
            "type": "TSTypeAssertion",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 12,
                  "program": "test-ts-type-assertion.ts"
                },
                "end": {
                  "line": 19,
                  "column": 18,
                  "program": "test-ts-type-assertion.ts"
                }
              }
            },
            "expression": {
              "type": "Identifier",
              "name": "foo",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 20,
                  "program": "test-ts-type-assertion.ts"
                },
                "end": {
                  "line": 19,
                  "column": 23,
                  "program": "test-ts-type-assertion.ts"
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 11,
                "program": "test-ts-type-assertion.ts"
              },
              "end": {
                "line": 19,
                "column": 24,
                "program": "test-ts-type-assertion.ts"
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 5,
              "program": "test-ts-type-assertion.ts"
            },
            "end": {
              "line": 19,
              "column": 24,
              "program": "test-ts-type-assertion.ts"
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 19,
          "column": 1,
          "program": "test-ts-type-assertion.ts"
        },
        "end": {
          "line": 19,
          "column": 24,
          "program": "test-ts-type-assertion.ts"
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "goo",
            "loc": {
              "start": {
                "line": 20,
                "column": 5,
                "program": "test-ts-type-assertion.ts"
              },
              "end": {
                "line": 20,
                "column": 8,
                "program": "test-ts-type-assertion.ts"
              }
            }
          },
          "init": {
            "type": "TSTypeAssertion",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "C",
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 12,
                    "program": "test-ts-type-assertion.ts"
                  },
                  "end": {
                    "line": 20,
                    "column": 13,
                    "program": "test-ts-type-assertion.ts"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 20,
                  "column": 12,
                  "program": "test-ts-type-assertion.ts"
                },
                "end": {
                  "line": 20,
                  "column": 13,
                  "program": "test-ts-type-assertion.ts"
                }
              }
            },
            "expression": {
              "type": "Identifier",
              "name": "foo",
              "loc": {
                "start": {
                  "line": 20,
                  "column": 15,
                  "program": "test-ts-type-assertion.ts"
                },
                "end": {
                  "line": 20,
                  "column": 18,
                  "program": "test-ts-type-assertion.ts"
                }
              }
            },
            "loc": {
              "start": {
                "line": 20,
                "column": 11,
                "program": "test-ts-type-assertion.ts"
              },
              "end": {
                "line": 20,
                "column": 19,
                "program": "test-ts-type-assertion.ts"
              }
            }
          },
          "loc": {
            "start": {
              "line": 20,
              "column": 5,
              "program": "test-ts-type-assertion.ts"
            },
            "end": {
              "line": 20,
              "column": 19,
              "program": "test-ts-type-assertion.ts"
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 20,
          "column": 1,
          "program": "test-ts-type-assertion.ts"
        },
        "end": {
          "line": 20,
          "column": 19,
          "program": "test-ts-type-assertion.ts"
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1,
      "program": "test-ts-type-assertion.ts"
    },
    "end": {
      "line": 20,
      "column": 19,
      "program": "test-ts-type-assertion.ts"
    }
  }
}
