goog.module('arithmeticexpressions.A');

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

const A = goog.require('arithmeticexpressions.A$impl');
exports = A;
