goog.module('methodreferences.MethodReferences');

goog.require('java.lang.Integer');
goog.require('java.lang.Number');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('javaemul.internal.InternalPreconditions');
goog.require('kotlin.jvm.functions.Function0');
goog.require('kotlin.jvm.functions.Function1');
goog.require('methodreferences.MethodReferences.ArrayProducer');
goog.require('methodreferences.MethodReferences.BiFunction');
goog.require('methodreferences.MethodReferences.Companion');
goog.require('methodreferences.MethodReferences.Function');
goog.require('methodreferences.MethodReferences.ObjectCapturingOuter');
goog.require('methodreferences.MethodReferences.Predicate');
goog.require('methodreferences.MethodReferences.Producer');
goog.require('methodreferences.MethodReferencesKt');
goog.require('methodreferences.Obj');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

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