goog.module('nestedgenericclass.RecursiveTypeVariable');

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

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