goog.module('staticnestedclass.StaticNestedClassParent.StaticNestedClass');

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

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