goog.module('inheritance.Child');

goog.require('inheritance.Parent');
goog.require('inheritance.ParentInterface1');
goog.require('inheritance.ParentInterface2');
goog.require('nativebootstrap.Util');

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