goog.module('lambdas.Super');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const Super = goog.require('lambdas.Super$impl');
exports = Super;
