goog.module('rawtype.RawType.Unbound');

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

const Unbound = goog.require('rawtype.RawType.Unbound$impl');
exports = Unbound;
