goog.module('nestedgenericclass.NestedGenericClass.C');

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

const C = goog.require('nestedgenericclass.NestedGenericClass.C$impl');
exports = C;
