goog.module('innerclasswithconstructor.InnerClassWithConstructor.InnerClassWithSingleConstructor');

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

const InnerClassWithSingleConstructor = goog.require('innerclasswithconstructor.InnerClassWithConstructor.InnerClassWithSingleConstructor$impl');
exports = InnerClassWithSingleConstructor;
