goog.module('genericanddefaultmethods.GenericClass');

goog.require('java.lang.Object');
goog.require('java.lang.System');
goog.require('nativebootstrap.Util');

const GenericClass = goog.require('genericanddefaultmethods.GenericClass$impl');
exports = GenericClass;
