goog.module('overridingmethods.Child');

goog.require('nativebootstrap.Util');
goog.require('overridingmethods.Parent');
goog.require('overridingmethods.SomeInterface');

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