goog.module('lambdas.Lambdas.IdentityFunction');

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

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