goog.module('superfieldaccess.SuperFieldAccess.GrandParent');

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

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