goog.module('supermethodcall.GrandParent');

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

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