if (node.constraint) {
    this.space();
    this.word("extends");
    this.space();
    this.print(node.constraint, node);