goog.module('genericmethod.GenericMethod');

goog.require('genericmethod.GenericMethod.$1');
goog.require('genericmethod.GenericMethod.$1LocalClass');
goog.require('genericmethod.GenericMethod.Consumer');
goog.require('genericmethod.GenericMethod.Container');
goog.require('genericmethod.GenericMethod.Content');
goog.require('genericmethod.GenericMethod.SuperContainer');
goog.require('genericmethod.GenericMethod.Supplier');
goog.require('java.lang.Error');
goog.require('java.lang.Exception');
goog.require('java.lang.Number');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('java.util.ArrayList');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Arrays');
goog.require('vmbootstrap.Casts');

const GenericMethod = goog.require('genericmethod.GenericMethod$impl');
exports = GenericMethod;
