{
  "type": "Program",
  "statements": [
    {
      "type": "TSEnumDeclaration",
      "id": {
        "type": "Identifier",
        "name": "Foo",
        "loc": {
          "start": {
            "line": 17,
            "column": 6,
            "program": "test-enum-declaration.ts"
          },
          "end": {
            "line": 17,
            "column": 9,
            "program": "test-enum-declaration.ts"
          }
        }
      },
      "members": [
        {
          "type": "TSEnumMember",
          "id": {
            "type": "Identifier",
            "name": "A",
            "loc": {
              "start": {
                "line": 18,
                "column": 5,
                "program": "test-enum-declaration.ts"
              },
              "end": {
                "line": 18,
                "column": 6,
                "program": "test-enum-declaration.ts"
              }
            }
          },
          "loc": {
            "start": {
              "line": 18,
              "column": 6,
              "program": "test-enum-declaration.ts"
            },
            "end": {
              "line": 18,
              "column": 7,
              "program": "test-enum-declaration.ts"
            }
          }
        },
        {
          "type": "TSEnumMember",
          "id": {
            "type": "Identifier",
            "name": "B",
            "loc": {
              "start": {
                "line": 19,
                "column": 5,
                "program": "test-enum-declaration.ts"
              },
              "end": {
                "line": 19,
                "column": 6,
                "program": "test-enum-declaration.ts"
              }
            }
          },
          "initializer": {
            "type": "BinaryExpression",
            "operator": "<<",
            "left": {
              "type": "NumberLiteral",
              "value": 5,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 9,
                  "program": "test-enum-declaration.ts"
                },
                "end": {
                  "line": 19,
                  "column": 10,
                  "program": "test-enum-declaration.ts"
                }
              }
            },
            "right": {
              "type": "NumberLiteral",
              "value": 4,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 14,
                  "program": "test-enum-declaration.ts"
                },
                "end": {
                  "line": 19,
                  "column": 15,
                  "program": "test-enum-declaration.ts"
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 9,
                "program": "test-enum-declaration.ts"
              },
              "end": {
                "line": 19,
                "column": 15,
                "program": "test-enum-declaration.ts"
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 9,
              "program": "test-enum-declaration.ts"
            },
            "end": {
              "line": 19,
              "column": 16,
              "program": "test-enum-declaration.ts"
            }
          }
        },
        {
          "type": "TSEnumMember",
          "id": {
            "type": "Identifier",
            "name": "C",
            "loc": {
              "start": {
                "line": 20,
                "column": 5,
                "program": "test-enum-declaration.ts"
              },
              "end": {
                "line": 20,
                "column": 6,
                "program": "test-enum-declaration.ts"
              }
            }
          },
          "loc": {
            "start": {
              "line": 20,
              "column": 6,
              "program": "test-enum-declaration.ts"
            },
            "end": {
              "line": 20,
              "column": 7,
              "program": "test-enum-declaration.ts"
            }
          }
        },
        {
          "type": "TSEnumMember",
          "id": {
            "type": "Identifier",
            "name": "D",
            "loc": {
              "start": {
                "line": 21,
                "column": 5,
                "program": "test-enum-declaration.ts"
              },
              "end": {
                "line": 21,
                "column": 6,
                "program": "test-enum-declaration.ts"
              }
            }
          },
          "initializer": {
            "type": "BinaryExpression",
            "operator": "|",
            "left": {
              "type": "Identifier",
              "name": "B",
              "loc": {
                "start": {
                  "line": 21,
                  "column": 9,
                  "program": "test-enum-declaration.ts"
                },
                "end": {
                  "line": 21,
                  "column": 10,
                  "program": "test-enum-declaration.ts"
                }
              }
            },
            "right": {
              "type": "Identifier",
              "name": "C",
              "loc": {
                "start": {
                  "line": 21,
                  "column": 13,
                  "program": "test-enum-declaration.ts"
                },
                "end": {
                  "line": 21,
                  "column": 14,
                  "program": "test-enum-declaration.ts"
                }
              }
            },
            "loc": {
              "start": {
                "line": 21,
                "column": 9,
                "program": "test-enum-declaration.ts"
              },
              "end": {
                "line": 21,
                "column": 14,
                "program": "test-enum-declaration.ts"
              }
            }
          },
          "loc": {
            "start": {
              "line": 21,
              "column": 9,
              "program": "test-enum-declaration.ts"
            },
            "end": {
              "line": 21,
              "column": 15,
              "program": "test-enum-declaration.ts"
            }
          }
        },
        {
          "type": "TSEnumMember",
          "id": {
            "type": "Identifier",
            "name": "E",
            "loc": {
              "start": {
                "line": 22,
                "column": 5,
                "program": "test-enum-declaration.ts"
              },
              "end": {
                "line": 22,
                "column": 6,
                "program": "test-enum-declaration.ts"
              }
            }
          },
          "initializer": {
            "type": "NumberLiteral",
            "value": 6,
            "loc": {
              "start": {
                "line": 22,
                "column": 9,
                "program": "test-enum-declaration.ts"
              },
              "end": {
                "line": 22,
                "column": 10,
                "program": "test-enum-declaration.ts"
              }
            }
          },
          "loc": {
            "start": {
              "line": 22,
              "column": 9,
              "program": "test-enum-declaration.ts"
            },
            "end": {
              "line": 22,
              "column": 11,
              "program": "test-enum-declaration.ts"
            }
          }
        },
        {
          "type": "TSEnumMember",
          "id": {
            "type": "Identifier",
            "name": "F",
            "loc": {
              "start": {
                "line": 23,
                "column": 5,
                "program": "test-enum-declaration.ts"
              },
              "end": {
                "line": 23,
                "column": 6,
                "program": "test-enum-declaration.ts"
              }
            }
          },
          "initializer": {
            "type": "MemberExpression",
            "object": {
              "type": "StringLiteral",
              "value": "123",
              "loc": {
                "start": {
                  "line": 23,
                  "column": 9,
                  "program": "test-enum-declaration.ts"
                },
                "end": {
                  "line": 23,
                  "column": 14,
                  "program": "test-enum-declaration.ts"
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "length",
              "loc": {
                "start": {
                  "line": 23,
                  "column": 15,
                  "program": "test-enum-declaration.ts"
                },
                "end": {
                  "line": 23,
                  "column": 21,
                  "program": "test-enum-declaration.ts"
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 23,
                "column": 9,
                "program": "test-enum-declaration.ts"
              },
              "end": {
                "line": 23,
                "column": 21,
                "program": "test-enum-declaration.ts"
              }
            }
          },
          "loc": {
            "start": {
              "line": 23,
              "column": 9,
              "program": "test-enum-declaration.ts"
            },
            "end": {
              "line": 23,
              "column": 22,
              "program": "test-enum-declaration.ts"
            }
          }
        }
      ],
      "const": false,
      "declare": false,
      "loc": {
        "start": {
          "line": 17,
          "column": 1,
          "program": "test-enum-declaration.ts"
        },
        "end": {
          "line": 24,
          "column": 2,
          "program": "test-enum-declaration.ts"
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1,
      "program": "test-enum-declaration.ts"
    },
    "end": {
      "line": 24,
      "column": 2,
      "program": "test-enum-declaration.ts"
    }
  }
}
