goog.module('jvmstatic.KotlinObjectWithStaticMembers');

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

const KotlinObjectWithStaticMembers = goog.require('jvmstatic.KotlinObjectWithStaticMembers$impl');
exports = KotlinObjectWithStaticMembers;
