goog.module('nullability.RecursiveChild');

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

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