goog.module('nestedgenericclass.NestedGenericClass');

goog.require('java.lang.Error');
goog.require('java.lang.Exception');
goog.require('java.lang.Number');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('nestedgenericclass.NestedGenericClass.$1E');
goog.require('nestedgenericclass.NestedGenericClass.$1F');
goog.require('nestedgenericclass.NestedGenericClass.$1G');
goog.require('nestedgenericclass.NestedGenericClass.A');
goog.require('nestedgenericclass.NestedGenericClass.A.B');
goog.require('nestedgenericclass.NestedGenericClass.C');
goog.require('nestedgenericclass.NestedGenericClass.C.D');

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