goog.module('array.SomeObject');

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

const SomeObject = goog.require('array.SomeObject$impl');
exports = SomeObject;
