export class ReferencesChoice extends SakuraScriptToken {
    constructor(public text: string, public references: string[]) {
      super();
    }