var Super = (function () {
        function Super() {
            this.type = syntax_1.Syntax.Super;
        }
        return Super;