goog.module('nestedgenericclass.NestedGenericClass.A.B');

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

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