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

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

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