goog.module('methodreferences.Obj');

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

const Obj = goog.require('methodreferences.Obj$impl');
exports = Obj;
