goog.module('instancejsmethods.Parent');

goog.require('instancejsmethods.SuperParent');
goog.require('nativebootstrap.Util');

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