goog.module('staticnestedclass.StaticNestedClassParent');

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

const StaticNestedClassParent = goog.require('staticnestedclass.StaticNestedClassParent$impl');
exports = StaticNestedClassParent;
