goog.module('typeannotations.ChildWithNullableParent');

goog.require('java.util.List');
goog.require('java.util.Map');
goog.require('nativebootstrap.Util');
goog.require('typeannotations.ParametricType');
goog.require('typeannotations.Parent');
goog.require('vmbootstrap.Casts');

const ChildWithNullableParent = goog.require('typeannotations.ChildWithNullableParent$impl');
exports = ChildWithNullableParent;
