goog.module('nestedgenericclass.NestedGenericClassKt');

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

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