goog.module('simplegenerictype.SimpleGenericType');

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

const SimpleGenericType = goog.require('simplegenerictype.SimpleGenericType$impl');
exports = SimpleGenericType;
