goog.module('systemgetproperty.Main');

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

const Main = goog.require('systemgetproperty.Main$impl');
exports = Main;
