goog.module('subclassgenericclass.GenericClass');

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

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