goog.module('typeannotations.ChildWithNonNullableParent');

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 ChildWithNonNullableParent = goog.require('typeannotations.ChildWithNonNullableParent$impl');
exports = ChildWithNonNullableParent;
