goog.module('jvmstatic.InterfaceWithCompanion');

goog.require('nativebootstrap.Util');

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