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

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

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