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

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

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