goog.module('jvmstatic.Foo');

goog.require('nativebootstrap.Util');

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