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

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

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