goog.module('subclassgenericclass.SubclassGenericClass');

goog.require('nativebootstrap.Util');
goog.require('subclassgenericclass.GenericClass');

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