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

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

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