goog.module('lambdas.IdentityFunction');

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

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