goog.module('supermethodcall.Parent');

goog.require('nativebootstrap.Util');
goog.require('supermethodcall.GrandParent');
goog.require('supermethodcall.ParentInterface');

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