goog.module('methodreferences.MethodReferencesKt');

goog.require('java.lang.Integer');
goog.require('java.lang.Number');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('kotlin.jvm.functions.Function0');
goog.require('kotlin.jvm.functions.Function1');
goog.require('kotlin.jvm.functions.Function2');
goog.require('methodreferences.MethodReferences');
goog.require('methodreferences.MethodReferences.Producer');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');
goog.require('vmbootstrap.Objects');

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