goog.module('methodreferences.MethodReferences.Function');

goog.require('methodreferences.MethodReferences.Function.$LambdaAdaptor');
goog.require('nativebootstrap.Util');

const MethodReferences_Function = goog.require('methodreferences.MethodReferences.Function$impl');
exports = MethodReferences_Function;
