{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "C",
          "loc": {
            "start": {
              "line": 16,
              "column": 7,
              "program": "lowering-interaction.ets"
            },
            "end": {
              "line": 16,
              "column": 8,
              "program": "lowering-interaction.ets"
            }
          }
        },
        "superClass": null,
        "implements": [],
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "constructor",
              "loc": {
                "start": {
                  "line": 16,
                  "column": 10,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 16,
                  "column": 10,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "kind": "constructor",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "constructor",
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 10,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 16,
                      "column": 10,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 10,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 16,
                      "column": 10,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 10,
                    "program": "lowering-interaction.ets"
                  },
                  "end": {
                    "line": 16,
                    "column": 10,
                    "program": "lowering-interaction.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 16,
                  "column": 10,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 16,
                  "column": 10,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 1,
                "column": 1,
                "program": null
              },
              "end": {
                "line": 1,
                "column": 1,
                "program": null
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 16,
            "column": 9,
            "program": "lowering-interaction.ets"
          },
          "end": {
            "line": 16,
            "column": 11,
            "program": "lowering-interaction.ets"
          }
        }
      },
      "loc": {
        "start": {
          "line": 16,
          "column": 1,
          "program": "lowering-interaction.ets"
        },
        "end": {
          "line": 16,
          "column": 11,
          "program": "lowering-interaction.ets"
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "IR",
          "loc": {
            "start": {
              "line": 18,
              "column": 7,
              "program": "lowering-interaction.ets"
            },
            "end": {
              "line": 18,
              "column": 9,
              "program": "lowering-interaction.ets"
            }
          }
        },
        "superClass": null,
        "implements": [],
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "value",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 5,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 19,
                  "column": 10,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "value": {
              "type": "ETSNewClassInstanceExpression",
              "typeReference": {
                "type": "ETSTypeReference",
                "part": {
                  "type": "ETSTypeReferencePart",
                  "name": {
                    "type": "Identifier",
                    "name": "C",
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 20,
                        "program": "lowering-interaction.ets"
                      },
                      "end": {
                        "line": 19,
                        "column": 21,
                        "program": "lowering-interaction.ets"
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 20,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 21,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 20,
                    "program": "lowering-interaction.ets"
                  },
                  "end": {
                    "line": 19,
                    "column": 21,
                    "program": "lowering-interaction.ets"
                  }
                }
              },
              "arguments": [],
              "loc": {
                "start": {
                  "line": 19,
                  "column": 16,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 20,
                  "column": 2,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "accessibility": "public",
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "ETSTypeReference",
              "part": {
                "type": "ETSTypeReferencePart",
                "name": {
                  "type": "Identifier",
                  "name": "C",
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 12,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 19,
                      "column": 13,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 12,
                    "program": "lowering-interaction.ets"
                  },
                  "end": {
                    "line": 19,
                    "column": 13,
                    "program": "lowering-interaction.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 12,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 19,
                  "column": 13,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "definite": false,
            "loc": {
              "start": {
                "line": 19,
                "column": 5,
                "program": "lowering-interaction.ets"
              },
              "end": {
                "line": 20,
                "column": 2,
                "program": "lowering-interaction.ets"
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "constructor",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 11,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 18,
                  "column": 11,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "kind": "constructor",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "constructor",
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 11,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 18,
                      "column": 11,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 11,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 18,
                      "column": 11,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 11,
                    "program": "lowering-interaction.ets"
                  },
                  "end": {
                    "line": 18,
                    "column": 11,
                    "program": "lowering-interaction.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 18,
                  "column": 11,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 18,
                  "column": 11,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 1,
                "column": 1,
                "program": null
              },
              "end": {
                "line": 1,
                "column": 1,
                "program": null
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 18,
            "column": 10,
            "program": "lowering-interaction.ets"
          },
          "end": {
            "line": 20,
            "column": 2,
            "program": "lowering-interaction.ets"
          }
        }
      },
      "loc": {
        "start": {
          "line": 18,
          "column": 1,
          "program": "lowering-interaction.ets"
        },
        "end": {
          "line": 20,
          "column": 2,
          "program": "lowering-interaction.ets"
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "CIterator",
          "loc": {
            "start": {
              "line": 22,
              "column": 7,
              "program": "lowering-interaction.ets"
            },
            "end": {
              "line": 22,
              "column": 16,
              "program": "lowering-interaction.ets"
            }
          }
        },
        "superClass": null,
        "implements": [],
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "ind_",
              "loc": {
                "start": {
                  "line": 24,
                  "column": 11,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 24,
                  "column": 15,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "value": {
              "type": "NumberLiteral",
              "value": 0,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 23,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 24,
                  "column": 24,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "accessibility": "private",
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "ETSPrimitiveType",
              "loc": {
                "start": {
                  "line": 24,
                  "column": 17,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 24,
                  "column": 20,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "definite": false,
            "loc": {
              "start": {
                "line": 24,
                "column": 11,
                "program": "lowering-interaction.ets"
              },
              "end": {
                "line": 24,
                "column": 24,
                "program": "lowering-interaction.ets"
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "base_",
              "loc": {
                "start": {
                  "line": 25,
                  "column": 11,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 25,
                  "column": 16,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "accessibility": "private",
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "ETSTypeReference",
              "part": {
                "type": "ETSTypeReferencePart",
                "name": {
                  "type": "Identifier",
                  "name": "Array",
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 18,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 25,
                      "column": 21,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "typeParams": {
                  "type": "TSTypeParameterInstantiation",
                  "params": [
                    {
                      "type": "ETSTypeReference",
                      "part": {
                        "type": "ETSTypeReferencePart",
                        "name": {
                          "type": "Identifier",
                          "name": "C",
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 18,
                              "program": "lowering-interaction.ets"
                            },
                            "end": {
                              "line": 25,
                              "column": 21,
                              "program": "lowering-interaction.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 18,
                            "program": "lowering-interaction.ets"
                          },
                          "end": {
                            "line": 25,
                            "column": 21,
                            "program": "lowering-interaction.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 18,
                          "program": "lowering-interaction.ets"
                        },
                        "end": {
                          "line": 25,
                          "column": 21,
                          "program": "lowering-interaction.ets"
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 18,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 25,
                      "column": 21,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 18,
                    "program": "lowering-interaction.ets"
                  },
                  "end": {
                    "line": 25,
                    "column": 21,
                    "program": "lowering-interaction.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 25,
                  "column": 18,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 25,
                  "column": 21,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "definite": false,
            "loc": {
              "start": {
                "line": 25,
                "column": 11,
                "program": "lowering-interaction.ets"
              },
              "end": {
                "line": 25,
                "column": 21,
                "program": "lowering-interaction.ets"
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "constructor",
              "loc": {
                "start": {
                  "line": 27,
                  "column": 3,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 27,
                  "column": 14,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "kind": "constructor",
            "accessibility": "public",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "constructor",
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 3,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 27,
                      "column": 14,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [
                  {
                    "type": "ETSParameterExpression",
                    "name": {
                      "type": "Identifier",
                      "name": "base",
                      "typeAnnotation": {
                        "type": "ETSTypeReference",
                        "part": {
                          "type": "ETSTypeReferencePart",
                          "name": {
                            "type": "Identifier",
                            "name": "Array",
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 22,
                                "program": "lowering-interaction.ets"
                              },
                              "end": {
                                "line": 27,
                                "column": 25,
                                "program": "lowering-interaction.ets"
                              }
                            }
                          },
                          "typeParams": {
                            "type": "TSTypeParameterInstantiation",
                            "params": [
                              {
                                "type": "ETSTypeReference",
                                "part": {
                                  "type": "ETSTypeReferencePart",
                                  "name": {
                                    "type": "Identifier",
                                    "name": "C",
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 22,
                                        "program": "lowering-interaction.ets"
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 25,
                                        "program": "lowering-interaction.ets"
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 22,
                                      "program": "lowering-interaction.ets"
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 25,
                                      "program": "lowering-interaction.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 22,
                                    "program": "lowering-interaction.ets"
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 25,
                                    "program": "lowering-interaction.ets"
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 22,
                                "program": "lowering-interaction.ets"
                              },
                              "end": {
                                "line": 27,
                                "column": 25,
                                "program": "lowering-interaction.ets"
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 22,
                              "program": "lowering-interaction.ets"
                            },
                            "end": {
                              "line": 27,
                              "column": 25,
                              "program": "lowering-interaction.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 22,
                            "program": "lowering-interaction.ets"
                          },
                          "end": {
                            "line": 27,
                            "column": 25,
                            "program": "lowering-interaction.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 16,
                          "program": "lowering-interaction.ets"
                        },
                        "end": {
                          "line": 27,
                          "column": 25,
                          "program": "lowering-interaction.ets"
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 16,
                        "program": "lowering-interaction.ets"
                      },
                      "end": {
                        "line": 27,
                        "column": 25,
                        "program": "lowering-interaction.ets"
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 5,
                                "program": "lowering-interaction.ets"
                              },
                              "end": {
                                "line": 28,
                                "column": 9,
                                "program": "lowering-interaction.ets"
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "base_",
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 10,
                                "program": "lowering-interaction.ets"
                              },
                              "end": {
                                "line": 28,
                                "column": 15,
                                "program": "lowering-interaction.ets"
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 5,
                              "program": "lowering-interaction.ets"
                            },
                            "end": {
                              "line": 28,
                              "column": 15,
                              "program": "lowering-interaction.ets"
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "base",
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 18,
                              "program": "lowering-interaction.ets"
                            },
                            "end": {
                              "line": 28,
                              "column": 22,
                              "program": "lowering-interaction.ets"
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 5,
                            "program": "lowering-interaction.ets"
                          },
                          "end": {
                            "line": 28,
                            "column": 22,
                            "program": "lowering-interaction.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 5,
                          "program": "lowering-interaction.ets"
                        },
                        "end": {
                          "line": 28,
                          "column": 23,
                          "program": "lowering-interaction.ets"
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 27,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 29,
                      "column": 4,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 15,
                    "program": "lowering-interaction.ets"
                  },
                  "end": {
                    "line": 29,
                    "column": 4,
                    "program": "lowering-interaction.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 27,
                  "column": 15,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 29,
                  "column": 4,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 27,
                "column": 3,
                "program": "lowering-interaction.ets"
              },
              "end": {
                "line": 29,
                "column": 4,
                "program": "lowering-interaction.ets"
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "next",
              "loc": {
                "start": {
                  "line": 31,
                  "column": 3,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 31,
                  "column": 7,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "kind": "method",
            "accessibility": "public",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "next",
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 3,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 31,
                      "column": 7,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "returnType": {
                  "type": "ETSTypeReference",
                  "part": {
                    "type": "ETSTypeReferencePart",
                    "name": {
                      "type": "Identifier",
                      "name": "IR",
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 11,
                          "program": "lowering-interaction.ets"
                        },
                        "end": {
                          "line": 31,
                          "column": 13,
                          "program": "lowering-interaction.ets"
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 11,
                        "program": "lowering-interaction.ets"
                      },
                      "end": {
                        "line": 31,
                        "column": 13,
                        "program": "lowering-interaction.ets"
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 11,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 31,
                      "column": 13,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "ObjectExpression",
                        "properties": [
                          {
                            "type": "Property",
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "name": "value",
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 7,
                                  "program": "lowering-interaction.ets"
                                },
                                "end": {
                                  "line": 33,
                                  "column": 12,
                                  "program": "lowering-interaction.ets"
                                }
                              }
                            },
                            "value": {
                              "type": "MemberExpression",
                              "object": {
                                "type": "MemberExpression",
                                "object": {
                                  "type": "ThisExpression",
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 14,
                                      "program": "lowering-interaction.ets"
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 18,
                                      "program": "lowering-interaction.ets"
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "base_",
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 19,
                                      "program": "lowering-interaction.ets"
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 24,
                                      "program": "lowering-interaction.ets"
                                    }
                                  }
                                },
                                "computed": false,
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 14,
                                    "program": "lowering-interaction.ets"
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 24,
                                    "program": "lowering-interaction.ets"
                                  }
                                }
                              },
                              "property": {
                                "type": "AssignmentExpression",
                                "operator": "+=",
                                "left": {
                                  "type": "MemberExpression",
                                  "object": {
                                    "type": "ThisExpression",
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 25,
                                        "program": "lowering-interaction.ets"
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 29,
                                        "program": "lowering-interaction.ets"
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "ind_",
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 30,
                                        "program": "lowering-interaction.ets"
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 34,
                                        "program": "lowering-interaction.ets"
                                      }
                                    }
                                  },
                                  "computed": false,
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 25,
                                      "program": "lowering-interaction.ets"
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 34,
                                      "program": "lowering-interaction.ets"
                                    }
                                  }
                                },
                                "right": {
                                  "type": "NumberLiteral",
                                  "value": 1,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 38,
                                      "program": "lowering-interaction.ets"
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 39,
                                      "program": "lowering-interaction.ets"
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 25,
                                    "program": "lowering-interaction.ets"
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 39,
                                    "program": "lowering-interaction.ets"
                                  }
                                }
                              },
                              "computed": true,
                              "optional": false,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 14,
                                  "program": "lowering-interaction.ets"
                                },
                                "end": {
                                  "line": 33,
                                  "column": 40,
                                  "program": "lowering-interaction.ets"
                                }
                              }
                            },
                            "kind": "init",
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 7,
                                "program": "lowering-interaction.ets"
                              },
                              "end": {
                                "line": 33,
                                "column": 40,
                                "program": "lowering-interaction.ets"
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 12,
                            "program": "lowering-interaction.ets"
                          },
                          "end": {
                            "line": 34,
                            "column": 6,
                            "program": "lowering-interaction.ets"
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 5,
                          "program": "lowering-interaction.ets"
                        },
                        "end": {
                          "line": 34,
                          "column": 6,
                          "program": "lowering-interaction.ets"
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 14,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 35,
                      "column": 4,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 7,
                    "program": "lowering-interaction.ets"
                  },
                  "end": {
                    "line": 35,
                    "column": 4,
                    "program": "lowering-interaction.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 31,
                  "column": 7,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 35,
                  "column": 4,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 31,
                "column": 3,
                "program": "lowering-interaction.ets"
              },
              "end": {
                "line": 35,
                "column": 4,
                "program": "lowering-interaction.ets"
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 22,
            "column": 17,
            "program": "lowering-interaction.ets"
          },
          "end": {
            "line": 36,
            "column": 2,
            "program": "lowering-interaction.ets"
          }
        }
      },
      "loc": {
        "start": {
          "line": 22,
          "column": 1,
          "program": "lowering-interaction.ets"
        },
        "end": {
          "line": 36,
          "column": 2,
          "program": "lowering-interaction.ets"
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "ETSGLOBAL",
          "loc": {
            "start": {
              "line": 1,
              "column": 1,
              "program": "lowering-interaction.ets"
            },
            "end": {
              "line": 1,
              "column": 1,
              "program": "lowering-interaction.ets"
            }
          }
        },
        "superClass": null,
        "implements": [],
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "main",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1,
                  "program": null
                },
                "end": {
                  "line": 1,
                  "column": 1,
                  "program": null
                }
              }
            },
            "kind": "method",
            "accessibility": "public",
            "static": true,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": {
                  "type": "Identifier",
                  "name": "main",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1,
                      "program": null
                    },
                    "end": {
                      "line": 1,
                      "column": 1,
                      "program": null
                    }
                  }
                },
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1,
                      "program": "lowering-interaction.ets"
                    },
                    "end": {
                      "line": 1,
                      "column": 1,
                      "program": "lowering-interaction.ets"
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1,
                    "program": "lowering-interaction.ets"
                  },
                  "end": {
                    "line": 1,
                    "column": 1,
                    "program": "lowering-interaction.ets"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1,
                  "program": "lowering-interaction.ets"
                },
                "end": {
                  "line": 1,
                  "column": 1,
                  "program": "lowering-interaction.ets"
                }
              }
            },
            "overloads": [],
            "loc": {
              "start": {
                "line": 1,
                "column": 1,
                "program": "lowering-interaction.ets"
              },
              "end": {
                "line": 1,
                "column": 1,
                "program": "lowering-interaction.ets"
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1,
            "program": "lowering-interaction.ets"
          },
          "end": {
            "line": 1,
            "column": 1,
            "program": "lowering-interaction.ets"
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 1,
          "program": "lowering-interaction.ets"
        },
        "end": {
          "line": 1,
          "column": 1,
          "program": "lowering-interaction.ets"
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1,
      "program": "lowering-interaction.ets"
    },
    "end": {
      "line": 38,
      "column": 1,
      "program": "lowering-interaction.ets"
    }
  }
}
