goog.module('innerclasswithconstructor.InnerClassWithConstructor');

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

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