goog.module('overridingmethods.Parent');

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

const Parent = goog.require('overridingmethods.Parent$impl');
exports = Parent;
