goog.module('bridgemethods.Parent');

goog.require('bridgemethods.SuperParent');
goog.require('java.lang.Error');
goog.require('java.lang.Number');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

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