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

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

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