goog.module('superfieldaccess.GrandParent');

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

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