goog.module('nullability.Nullability.RecursiveChild');

goog.require('nativebootstrap.Util');
goog.require('nullability.Marker');
goog.require('nullability.Nullability.Recursive');

const RecursiveChild = goog.require('nullability.Nullability.RecursiveChild$impl');
exports = RecursiveChild;
