goog.module('supermethodcall.Child');

goog.require('nativebootstrap.Util');
goog.require('supermethodcall.GrandParentInterface');
goog.require('supermethodcall.Parent');

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