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

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

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