{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 1,
              "column": 0,
              "offset": 0
            },
            "end": {
              "line": 1,
              "column": 1,
              "offset": 1
            }
          }
        },
        "expression": {
          "type": "ClassExpression",
          "name": null,
          "super": null,
          "elements": [
            {
              "type": "ClassElement",
              "isStatic": true,
              "method": {
                "type": "Method",
                "isAsync": false,
                "isGenerator": false,
                "name": {
                  "type": "StaticPropertyName",
                  "value": "b",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 11,
                      "offset": 23
                    },
                    "end": {
                      "line": 2,
                      "column": 12,
                      "offset": 24
                    }
                  }
                },
                "params": {
                  "type": "FormalParameters",
                  "items": [],
                  "rest": null,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 12,
                      "offset": 24
                    },
                    "end": {
                      "line": 2,
                      "column": 14,
                      "offset": 26
                    }
                  }
                },
                "body": {
                  "type": "FunctionBody",
                  "directives": [],
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 15,
                      "offset": 27
                    },
                    "end": {
                      "line": 2,
                      "column": 17,
                      "offset": 29
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 11,
                    "offset": 23
                  },
                  "end": {
                    "line": 2,
                    "column": 17,
                    "offset": 29
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 16
                },
                "end": {
                  "line": 2,
                  "column": 17,
                  "offset": 29
                }
              }
            },
            {
              "type": "ClassElement",
              "isStatic": true,
              "method": {
                "type": "Getter",
                "name": {
                  "type": "StaticPropertyName",
                  "value": "c",
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 15,
                      "offset": 45
                    },
                    "end": {
                      "line": 3,
                      "column": 16,
                      "offset": 46
                    }
                  }
                },
                "body": {
                  "type": "FunctionBody",
                  "directives": [],
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 19,
                      "offset": 49
                    },
                    "end": {
                      "line": 3,
                      "column": 21,
                      "offset": 51
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 11,
                    "offset": 41
                  },
                  "end": {
                    "line": 3,
                    "column": 21,
                    "offset": 51
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 34
                },
                "end": {
                  "line": 3,
                  "column": 21,
                  "offset": 51
                }
              }
            },
            {
              "type": "ClassElement",
              "isStatic": true,
              "method": {
                "type": "Setter",
                "name": {
                  "type": "StaticPropertyName",
                  "value": "d",
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 15,
                      "offset": 67
                    },
                    "end": {
                      "line": 4,
                      "column": 16,
                      "offset": 68
                    }
                  }
                },
                "param": {
                  "type": "BindingIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 17,
                      "offset": 69
                    },
                    "end": {
                      "line": 4,
                      "column": 18,
                      "offset": 70
                    }
                  }
                },
                "body": {
                  "type": "FunctionBody",
                  "directives": [],
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 20,
                      "offset": 72
                    },
                    "end": {
                      "line": 4,
                      "column": 22,
                      "offset": 74
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 11,
                    "offset": 63
                  },
                  "end": {
                    "line": 4,
                    "column": 22,
                    "offset": 74
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 56
                },
                "end": {
                  "line": 4,
                  "column": 22,
                  "offset": 74
                }
              }
            },
            {
              "type": "ClassElement",
              "isStatic": false,
              "method": {
                "type": "Method",
                "isAsync": false,
                "isGenerator": false,
                "name": {
                  "type": "StaticPropertyName",
                  "value": "static",
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4,
                      "offset": 79
                    },
                    "end": {
                      "line": 5,
                      "column": 10,
                      "offset": 85
                    }
                  }
                },
                "params": {
                  "type": "FormalParameters",
                  "items": [],
                  "rest": null,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 10,
                      "offset": 85
                    },
                    "end": {
                      "line": 5,
                      "column": 12,
                      "offset": 87
                    }
                  }
                },
                "body": {
                  "type": "FunctionBody",
                  "directives": [],
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 13,
                      "offset": 88
                    },
                    "end": {
                      "line": 5,
                      "column": 53,
                      "offset": 128
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4,
                    "offset": 79
                  },
                  "end": {
                    "line": 5,
                    "column": 53,
                    "offset": 128
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4,
                  "offset": 79
                },
                "end": {
                  "line": 5,
                  "column": 53,
                  "offset": 128
                }
              }
            },
            {
              "type": "ClassElement",
              "isStatic": false,
              "method": {
                "type": "Method",
                "isAsync": false,
                "isGenerator": false,
                "name": {
                  "type": "StaticPropertyName",
                  "value": "get",
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 4,
                      "offset": 133
                    },
                    "end": {
                      "line": 6,
                      "column": 7,
                      "offset": 136
                    }
                  }
                },
                "params": {
                  "type": "FormalParameters",
                  "items": [],
                  "rest": null,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 7,
                      "offset": 136
                    },
                    "end": {
                      "line": 6,
                      "column": 9,
                      "offset": 138
                    }
                  }
                },
                "body": {
                  "type": "FunctionBody",
                  "directives": [],
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 10,
                      "offset": 139
                    },
                    "end": {
                      "line": 6,
                      "column": 47,
                      "offset": 176
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4,
                    "offset": 133
                  },
                  "end": {
                    "line": 6,
                    "column": 47,
                    "offset": 176
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4,
                  "offset": 133
                },
                "end": {
                  "line": 6,
                  "column": 47,
                  "offset": 176
                }
              }
            },
            {
              "type": "ClassElement",
              "isStatic": false,
              "method": {
                "type": "Method",
                "isAsync": false,
                "isGenerator": false,
                "name": {
                  "type": "StaticPropertyName",
                  "value": "set",
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 4,
                      "offset": 181
                    },
                    "end": {
                      "line": 7,
                      "column": 7,
                      "offset": 184
                    }
                  }
                },
                "params": {
                  "type": "FormalParameters",
                  "items": [],
                  "rest": null,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 7,
                      "offset": 184
                    },
                    "end": {
                      "line": 7,
                      "column": 9,
                      "offset": 186
                    }
                  }
                },
                "body": {
                  "type": "FunctionBody",
                  "directives": [],
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 10,
                      "offset": 187
                    },
                    "end": {
                      "line": 7,
                      "column": 47,
                      "offset": 224
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 4,
                    "offset": 181
                  },
                  "end": {
                    "line": 7,
                    "column": 47,
                    "offset": 224
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4,
                  "offset": 181
                },
                "end": {
                  "line": 7,
                  "column": 47,
                  "offset": 224
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 4,
              "offset": 4
            },
            "end": {
              "line": 8,
              "column": 1,
              "offset": 226
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 8,
            "column": 1,
            "offset": 226
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 8,
          "column": 1,
          "offset": 226
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 8,
      "column": 1,
      "offset": 226
    }
  }
}
