goog.module('genericmethod.GenericMethodKt');

goog.require('genericmethod.Container');
goog.require('genericmethod.Content');
goog.require('genericmethod.SuperContainer');
goog.require('java.lang.Object');
goog.require('java.util.ArrayList');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

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